#094886

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

Shades of Dark Cerulean #094886

Tints of Dark Cerulean #094886

Color information

#094886 (or 0x094886) is unknown color: approx Dark Cerulean. HEX triplet: 09, 48 and 86. RGB value is (9,72,134). Sum of RGB (Red+Green+Blue) = 9+72+134=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #094886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094886 is #F6B779. Grayscale: #3B3B3B. Windows color (decimal): -16168826 or 8800265. OLE color: 8800265.

HSL color Cylindrical-coordinate representation of color #094886: hue angle of 209.76º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094886 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB972134-
CMYK0.930.4600.47
HSL209.76º87.41%28.04%-
HSV(B)209.76º93.28%52.55%-
XYZ6.736.4123.44-
YUV60.23169.6391.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 134 (52.73% from 255) = 62.33%
R=4.19%
G=33.49%
B=62.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9721340.930.4600.47209.7687.4128.04
Hex948865D2E02Fd2571c
Octal111102061355605732212734
Binary10011001000100001101011101101110010111111010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094886; }

 p { color: rgb(9,72,134); }

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

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

 a { background-color: rgb(9,72,134); }

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

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

 span { border-color: rgb(9,72,134); }

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