#094682

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

Shades of Dark Cerulean #094682

Tints of Dark Cerulean #094682

Color information

#094682 (or 0x094682) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 82. RGB value is (9,70,130). Sum of RGB (Red+Green+Blue) = 9+70+130=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #094682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094682 is #F6B97D. Grayscale: #3A3A3A. Windows color (decimal): -16169342 or 8537609. OLE color: 8537609.

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

Color convert

RGB970130-
CMYK0.930.4600.49
HSL209.75º87.05%27.25%-
HSV(B)209.75º93.08%50.98%-
XYZ6.336.0521.95-
YUV58.6168.2992.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=4.31%
G=33.49%
B=62.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9701300.930.4600.49209.7587.0527.25
Hex946825D2E031d2571b
Octal111062021355606132212733
Binary10011000110100000101011101101110011000111010010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094682; }

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

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

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

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

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

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

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

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