#094F7F

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

Shades of Dark Cerulean #094F7F

Tints of Dark Cerulean #094F7F

Color information

#094F7F (or 0x094F7F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4F and 7F. RGB value is (9,79,127). Sum of RGB (Red+Green+Blue) = 9+79+127=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #094F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F7F is #F6B080. Grayscale: #3F3F3F. Windows color (decimal): -16167041 or 8343305. OLE color: 8343305.

HSL color Cylindrical-coordinate representation of color #094F7F: hue angle of 204.41º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094F7F is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB979127-
CMYK0.930.3800.50
HSL204.41º86.76%26.67%-
HSV(B)204.41º92.91%49.8%-
XYZ6.747.1821.11-
YUV63.54163.8189.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 127 (50% from 255) = 59.07%
R=4.19%
G=36.74%
B=59.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9791270.930.3800.50204.4186.7626.67
Hex94F7F5D26032cc571b
Octal111171771354606231412733
Binary1001100111111111111011101100110011001011001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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