#094482

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

Shades of Dark Cerulean #094482

Tints of Dark Cerulean #094482

Color information

#094482 (or 0x094482) is unknown color: approx Dark Cerulean. HEX triplet: 09, 44 and 82. RGB value is (9,68,130). Sum of RGB (Red+Green+Blue) = 9+68+130=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #094482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094482 is #F6BB7D. Grayscale: #393939. Windows color (decimal): -16169854 or 8537097. OLE color: 8537097.

HSL color Cylindrical-coordinate representation of color #094482: hue angle of 210.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 #094482 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB968130-
CMYK0.930.4800.49
HSL210.74º87.05%27.25%-
HSV(B)210.74º93.08%50.98%-
XYZ6.215.821.91-
YUV57.43168.9593.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=4.35%
G=32.85%
B=62.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9681300.930.4800.49210.7487.0527.25
Hex944825D30031d3571b
Octal111042021356006132312733
Binary10011000100100000101011101110000011000111010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094482; }

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

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

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

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

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

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

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

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