Html Css Color HEX #095991 Dark Cerulean

📋 copy color: '#095991'

red 9 ◦ green 89 ◦ blue 145

#095991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #095991

Tints of Dark Cerulean #095991

RGB

 RED value IS 9 (3.91% from 255) = 3.7%

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 3.7%
G = 36.63%
B = 59.67%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095991 (or 0x095991) is known color: Dark Cerulean. HEX triplet: 09, 59 and 91. RGB value is (9,89,145). Sum of RGB (Red+Green+Blue) = 9+89+145=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #095991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095991 is #F6A66E. Grayscale: #474747. Windows color (decimal): -16164463 or 9525513. OLE color: 9525513.

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

Color convert

RGB 9 89 145 -
CMYK 0.94 0.39 0 0.43
HSL 204.71º 0.88% 0.3% -
HSV(B) 204.71º 0.94% 0.57% -
XYZ 8.8 9.25 28.11 -
YUV 71.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 9 89 145 0.94 0.39 0 0.43 204.71 0.88 0.3
Hex 9 59 91 5E 27 0 2B CD 58 1E
Octal 11 131 221 136 47 0 53 315 130 36
Binary 1001 1011001 10010001 1011110 100111 0 101011 11001101 1011000 11110

Color Harmonies of #095991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095991

Black with #095991

Text Example


Text Example

White with #095991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095991; }

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

 H1.HeaderClassName
 {
   color: #095991;
 }
 .AnyTagClassName
 {
   color: #095991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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