#094869

Color #094869 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #094869

Tints of Dark Cerulean #094869

Color information

#094869 (or 0x094869) is unknown color: approx Dark Cerulean. HEX triplet: 09, 48 and 69. RGB value is (9,72,105). Sum of RGB (Red+Green+Blue) = 9+72+105=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #094869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094869 is #F6B796. Grayscale: #383838. Windows color (decimal): -16168855 or 6899721. OLE color: 6899721.

HSL color Cylindrical-coordinate representation of color #094869: hue angle of 200.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094869 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB972105-
CMYK0.910.3100.59
HSL200.62º84.21%22.35%-
HSV(B)200.62º91.43%41.18%-
XYZ4.985.7114.2-
YUV56.92155.1393.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=4.84%
G=38.71%
B=56.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9721050.910.3100.59200.6284.2122.35
Hex948695B1F03Bc95416
Octal111101511333707331112426
Binary100110010001101001101101111111011101111001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094869; }

 p { color: rgb(9,72,105); }

 H1.HeaderClassName
 {
   color: #094869;
 }
 .AnyTagClassName
 {
   color: #094869;
 }
</style>
background-color css

<style>
 a { background-color: #094869; }

 a { background-color: rgb(9,72,105); }

 div.DivClassName
 {
   background-color: #094869;
 }
 .BgClassName
 {
   background-color: #094869;
 }
</style>
border-color css

<style>
 span { border-color: #094869; }

 span { border-color: rgb(9,72,105); }

 td.TdClassName
 {
   border-color: #094869;
 }
 .TagClassName
 {
   border-color: #094869;
 }
</style>