#094A7C

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

Shades of Dark Cerulean #094A7C

Tints of Dark Cerulean #094A7C

Color information

#094A7C (or 0x094A7C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4A and 7C. RGB value is (9,74,124). Sum of RGB (Red+Green+Blue) = 9+74+124=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #094A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A7C is #F6B583. Grayscale: #3C3C3C. Windows color (decimal): -16168324 or 8145417. OLE color: 8145417.

HSL color Cylindrical-coordinate representation of color #094A7C: hue angle of 206.09º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A7C is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB974124-
CMYK0.930.4000.51
HSL206.09º86.47%26.08%-
HSV(B)206.09º92.74%48.63%-
XYZ6.26.4119.98-
YUV60.26163.9791.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=4.35%
G=35.75%
B=59.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9741240.930.4000.51206.0986.4726.08
Hex94A7C5D28033ce561a
Octal111121741355006331612632
Binary1001100101011111001011101101000011001111001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A7C; }

 p { color: rgb(9,74,124); }

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

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

 a { background-color: rgb(9,74,124); }

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

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

 span { border-color: rgb(9,74,124); }

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