#094B7D

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

Shades of Dark Cerulean #094B7D

Tints of Dark Cerulean #094B7D

Color information

#094B7D (or 0x094B7D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4B and 7D. RGB value is (9,75,125). Sum of RGB (Red+Green+Blue) = 9+75+125=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #094B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B7D is #F6B482. Grayscale: #3C3C3C. Windows color (decimal): -16168067 or 8211209. OLE color: 8211209.

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

Color convert

RGB975125-
CMYK0.930.4000.51
HSL205.86º86.57%26.27%-
HSV(B)205.86º92.8%49.02%-
XYZ6.336.5720.34-
YUV60.97164.1390.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=4.31%
G=35.89%
B=59.81%

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
Decimal9751250.930.4000.51205.8686.5726.27
Hex94B7D5D28033ce571a
Octal111131751355006331612732
Binary1001100101111111011011101101000011001111001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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