#094B7C

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

Shades of Dark Cerulean #094B7C

Tints of Dark Cerulean #094B7C

Color information

#094B7C (or 0x094B7C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4B and 7C. RGB value is (9,75,124). Sum of RGB (Red+Green+Blue) = 9+75+124=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #094B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B7C is #F6B483. Grayscale: #3C3C3C. Windows color (decimal): -16168068 or 8145673. OLE color: 8145673.

HSL color Cylindrical-coordinate representation of color #094B7C: hue angle of 205.57º 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 #094B7C is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB975124-
CMYK0.930.4000.51
HSL205.57º86.47%26.08%-
HSV(B)205.57º92.74%48.63%-
XYZ6.276.5520-
YUV60.85163.6391.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=4.33%
G=36.06%
B=59.62%

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
Decimal9751240.930.4000.51205.5786.4726.08
Hex94B7C5D28033ce561a
Octal111131741355006331612632
Binary1001100101111111001011101101000011001111001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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