#094F74

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

Shades of Dark Cerulean #094F74

Tints of Dark Cerulean #094F74

Color information

#094F74 (or 0x094F74) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4F and 74. RGB value is (9,79,116). Sum of RGB (Red+Green+Blue) = 9+79+116=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #094F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F74 is #F6B08B. Grayscale: #3E3E3E. Windows color (decimal): -16167052 or 7622409. OLE color: 7622409.

HSL color Cylindrical-coordinate representation of color #094F74: hue angle of 200.75º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094F74 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB979116-
CMYK0.920.3200.55
HSL200.75º85.6%24.51%-
HSV(B)200.75º92.24%45.49%-
XYZ6.066.9117.54-
YUV62.29158.3189.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=4.41%
G=38.73%
B=56.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9791160.920.3200.55200.7585.624.51
Hex94F745C20037c95619
Octal111171641344006731112631
Binary1001100111111101001011100100000011011111001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,79,116); }

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

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

 a { background-color: rgb(9,79,116); }

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

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

 span { border-color: rgb(9,79,116); }

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