#095690

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

Shades of Dark Cerulean #095690

Tints of Dark Cerulean #095690

Color information

#095690 (or 0x095690) is unknown color: approx Dark Cerulean. HEX triplet: 09, 56 and 90. RGB value is (9,86,144). Sum of RGB (Red+Green+Blue) = 9+86+144=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #095690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095690 is #F6A96F. Grayscale: #454545. Windows color (decimal): -16165232 or 9459209. OLE color: 9459209.

HSL color Cylindrical-coordinate representation of color #095690: hue angle of 205.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095690 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB986144-
CMYK0.940.4000.44
HSL205.78º88.24%30%-
HSV(B)205.78º93.75%56.47%-
XYZ8.478.7327.62-
YUV69.59169.9984.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 144 (56.64% from 255) = 60.25%
R=3.77%
G=35.98%
B=60.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9861440.940.4000.44205.7888.2430
Hex956905E2802Cce581e
Octal111262201365005431613036
Binary10011010110100100001011110101000010110011001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095690; }

 p { color: rgb(9,86,144); }

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

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

 a { background-color: rgb(9,86,144); }

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

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

 span { border-color: rgb(9,86,144); }

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