Html Css Color HEX #095599 Cobalt

📋 copy color: '#095599'

red 9 ◦ green 85 ◦ blue 153

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

Shades of Cobalt #095599

Tints of Cobalt #095599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 3.64%
G = 34.41%
B = 61.94%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095599 (or 0x095599) is known color: Cobalt. HEX triplet: 09, 55 and 99. RGB value is (9,85,153). Sum of RGB (Red+Green+Blue) = 9+85+153=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #095599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095599 is #F6AA66. Grayscale: #454545. Windows color (decimal): -16165479 or 10048777. OLE color: 10048777.

HSL color Cylindrical-coordinate representation of color #095599: hue angle of 208.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095599 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 85 153 -
CMYK 0.94 0.44 0 0.4
HSL 208.33º 0.89% 0.32% -
HSV(B) 208.33º 0.94% 0.6% -
XYZ 9.11 8.85 31.37 -
YUV 70.03 174.82 84.47 -
System Red Green Blue C M Y K H S L
Decimal 9 85 153 0.94 0.44 0 0.4 208.33 0.89 0.32
Hex 9 55 99 5E 2C 0 28 D0 59 20
Octal 11 125 231 136 54 0 50 320 131 40
Binary 1001 1010101 10011001 1011110 101100 0 101000 11010000 1011001 100000

Color Harmonies of #095599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095599

Black with #095599

Text Example


Text Example

White with #095599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095599; }

 p { color: rgb(9,85,153); }

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

background-color css

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

 a { background-color: rgb(9,85,153); }

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

border-color css

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

 span { border-color: rgb(9,85,153); }

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