#094282

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

Shades of Dark Cerulean #094282

Tints of Dark Cerulean #094282

Color information

#094282 (or 0x094282) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 82. RGB value is (9,66,130). Sum of RGB (Red+Green+Blue) = 9+66+130=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #094282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094282 is #F6BD7D. Grayscale: #373737. Windows color (decimal): -16170366 or 8536585. OLE color: 8536585.

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

Color convert

RGB966130-
CMYK0.930.4900.49
HSL211.74º87.05%27.25%-
HSV(B)211.74º93.08%50.98%-
XYZ6.095.5721.87-
YUV56.25169.6294.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=4.39%
G=32.20%
B=63.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9661300.930.4900.49211.7487.0527.25
Hex942825D31031d4571b
Octal111022021356106132412733
Binary10011000010100000101011101110001011000111010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094282; }

 p { color: rgb(9,66,130); }

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

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

 a { background-color: rgb(9,66,130); }

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

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

 span { border-color: rgb(9,66,130); }

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