#094F92

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

Shades of Dark Cerulean #094F92

Tints of Dark Cerulean #094F92

Color information

#094F92 (or 0x094F92) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4F and 92. RGB value is (9,79,146). Sum of RGB (Red+Green+Blue) = 9+79+146=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #094F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F92 is #F6B06D. Grayscale: #414141. Windows color (decimal): -16167022 or 9588489. OLE color: 9588489.

HSL color Cylindrical-coordinate representation of color #094F92: hue angle of 209.34º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094F92 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB979146-
CMYK0.940.4600.43
HSL209.34º88.39%30.39%-
HSV(B)209.34º93.84%57.25%-
XYZ8.17.7328.26-
YUV65.71173.3187.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=3.85%
G=33.76%
B=62.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9791460.940.4600.43209.3488.3930.39
Hex94F925E2E02Bd1581e
Octal111172221365605332113036
Binary10011001111100100101011110101110010101111010001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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