#093986

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

Shades of Dark Cerulean #093986

Tints of Dark Cerulean #093986

Color information

#093986 (or 0x093986) is unknown color: approx Dark Cerulean. HEX triplet: 09, 39 and 86. RGB value is (9,57,134). Sum of RGB (Red+Green+Blue) = 9+57+134=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #093986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093986 is #F6C679. Grayscale: #333333. Windows color (decimal): -16172666 or 8796425. OLE color: 8796425.

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

Color convert

RGB957134-
CMYK0.930.5700.47
HSL216.96º87.41%28.04%-
HSV(B)216.96º93.28%52.55%-
XYZ5.884.7123.15-
YUV51.43174.697.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 134 (52.73% from 255) = 67%
R=4.5%
G=28.5%
B=67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9571340.930.5700.47216.9687.4128.04
Hex939865D3902Fd9571c
Octal11712061357105733112734
Binary1001111001100001101011101111001010111111011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093986; }

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

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

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

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

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

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

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

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