#094975

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

Shades of Dark Cerulean #094975

Tints of Dark Cerulean #094975

Color information

#094975 (or 0x094975) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 75. RGB value is (9,73,117). Sum of RGB (Red+Green+Blue) = 9+73+117=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #094975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094975 is #F6B68A. Grayscale: #3A3A3A. Windows color (decimal): -16168587 or 7686409. OLE color: 7686409.

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

Color convert

RGB973117-
CMYK0.920.3800.54
HSL204.44º85.71%24.71%-
HSV(B)204.44º92.31%45.88%-
XYZ5.716.1117.71-
YUV58.88160.892.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=4.52%
G=36.68%
B=58.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9731170.920.3800.54204.4485.7124.71
Hex949755C26036cc5619
Octal111111651344606631412631
Binary1001100100111101011011100100110011011011001100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094975; }

 p { color: rgb(9,73,117); }

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

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

 a { background-color: rgb(9,73,117); }

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

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

 span { border-color: rgb(9,73,117); }

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