#095990

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

Shades of Dark Cerulean #095990

Tints of Dark Cerulean #095990

Color information

#095990 (or 0x095990) is unknown color: approx Dark Cerulean. HEX triplet: 09, 59 and 90. RGB value is (9,89,144). Sum of RGB (Red+Green+Blue) = 9+89+144=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #095990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095990 is #F6A66F. Grayscale: #474747. Windows color (decimal): -16164464 or 9459977. OLE color: 9459977.

HSL color Cylindrical-coordinate representation of color #095990: hue angle of 204.44º 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 #095990 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB989144-
CMYK0.940.3800.44
HSL204.44º88.24%30%-
HSV(B)204.44º93.75%56.47%-
XYZ8.729.2227.7-
YUV71.3516983.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 144 (56.64% from 255) = 59.50%
R=3.72%
G=36.78%
B=59.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9891440.940.3800.44204.4488.2430
Hex959905E2602Ccc581e
Octal111312201364605431413036
Binary10011011001100100001011110100110010110011001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095990; }

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

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

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

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

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

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

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

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