#094678

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

Shades of Dark Cerulean #094678

Tints of Dark Cerulean #094678

Color information

#094678 (or 0x094678) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 78. RGB value is (9,70,120). Sum of RGB (Red+Green+Blue) = 9+70+120=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #094678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094678 is #F6B987. Grayscale: #393939. Windows color (decimal): -16169352 or 7882249. OLE color: 7882249.

HSL color Cylindrical-coordinate representation of color #094678: hue angle of 207.03º 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 #094678 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB970120-
CMYK0.920.4200.53
HSL207.03º86.05%25.29%-
HSV(B)207.03º92.5%47.06%-
XYZ5.695.7918.59-
YUV57.46163.2993.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=4.52%
G=35.18%
B=60.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9701200.920.4200.53207.0386.0525.29
Hex946785C2A035cf5619
Octal111061701345206531712631
Binary1001100011011110001011100101010011010111001111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094678; }

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

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

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

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

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

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

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

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