#094377

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

Shades of Dark Cerulean #094377

Tints of Dark Cerulean #094377

Color information

#094377 (or 0x094377) is unknown color: approx Dark Cerulean. HEX triplet: 09, 43 and 77. RGB value is (9,67,119). Sum of RGB (Red+Green+Blue) = 9+67+119=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #094377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094377 is #F6BC88. Grayscale: #373737. Windows color (decimal): -16170121 or 7815945. OLE color: 7815945.

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

Color convert

RGB967119-
CMYK0.920.4400.53
HSL208.36º85.94%25.1%-
HSV(B)208.36º92.44%46.67%-
XYZ5.455.418.21-
YUV55.59163.7894.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=4.62%
G=34.36%
B=61.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9671190.920.4400.53208.3685.9425.1
Hex943775C2C035d05619
Octal111031671345406532012631
Binary1001100001111101111011100101100011010111010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094377; }

 p { color: rgb(9,67,119); }

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

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

 a { background-color: rgb(9,67,119); }

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

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

 span { border-color: rgb(9,67,119); }

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