#094178

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

Shades of Dark Cerulean #094178

Tints of Dark Cerulean #094178

Color information

#094178 (or 0x094178) is unknown color: approx Dark Cerulean. HEX triplet: 09, 41 and 78. RGB value is (9,65,120). Sum of RGB (Red+Green+Blue) = 9+65+120=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #094178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094178 is #F6BE87. Grayscale: #363636. Windows color (decimal): -16170632 or 7880969. OLE color: 7880969.

HSL color Cylindrical-coordinate representation of color #094178: hue angle of 209.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094178 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB965120-
CMYK0.920.4600.53
HSL209.73º86.05%25.29%-
HSV(B)209.73º92.5%47.06%-
XYZ5.395.1918.49-
YUV54.53164.9595.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=4.64%
G=33.51%
B=61.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9651200.920.4600.53209.7386.0525.29
Hex941785C2E035d25619
Octal111011701345606532212631
Binary1001100000111110001011100101110011010111010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094178; }

 p { color: rgb(9,65,120); }

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

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

 a { background-color: rgb(9,65,120); }

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

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

 span { border-color: rgb(9,65,120); }

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