#094086

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

Shades of Dark Cerulean #094086

Tints of Dark Cerulean #094086

Color information

#094086 (or 0x094086) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 86. RGB value is (9,64,134). Sum of RGB (Red+Green+Blue) = 9+64+134=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #094086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094086 is #F6BF79. Grayscale: #373737. Windows color (decimal): -16170874 or 8798217. OLE color: 8798217.

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

Color convert

RGB964134-
CMYK0.930.5200.47
HSL213.6º87.41%28.04%-
HSV(B)213.6º93.28%52.55%-
XYZ6.255.4523.28-
YUV55.54172.2894.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 134 (52.73% from 255) = 64.73%
R=4.35%
G=30.92%
B=64.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9641340.930.5200.47213.687.4128.04
Hex940865D3402Fd6571c
Octal111002061356405732612734
Binary10011000000100001101011101110100010111111010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094086; }

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

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

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

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

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

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

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

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