Html Css Color HEX #095196 Cobalt

📋 copy color: '#095196'

red 9 ◦ green 81 ◦ blue 150

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

Shades of Cobalt #095196

Tints of Cobalt #095196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 3.75%
G = 33.75%
B = 62.5%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#095196 (or 0x095196) is known color: Cobalt. HEX triplet: 09, 51 and 96. RGB value is (9,81,150). Sum of RGB (Red+Green+Blue) = 9+81+150=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #095196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095196 is #F6AE69. Grayscale: #424242. Windows color (decimal): -16166506 or 9851145. OLE color: 9851145.

HSL color Cylindrical-coordinate representation of color #095196: hue angle of 209.36º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095196 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 81 150 -
CMYK 0.94 0.46 0 0.41
HSL 209.36º 0.89% 0.31% -
HSV(B) 209.36º 0.94% 0.59% -
XYZ 8.56 8.14 29.98 -
YUV 67.34 174.65 86.39 -
System Red Green Blue C M Y K H S L
Decimal 9 81 150 0.94 0.46 0 0.41 209.36 0.89 0.31
Hex 9 51 96 5E 2E 0 29 D1 59 1F
Octal 11 121 226 136 56 0 51 321 131 37
Binary 1001 1010001 10010110 1011110 101110 0 101001 11010001 1011001 11111

Color Harmonies of #095196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095196

Black with #095196

Text Example


Text Example

White with #095196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095196; }

 p { color: rgb(9,81,150); }

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

background-color css

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

 a { background-color: rgb(9,81,150); }

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

border-color css

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

 span { border-color: rgb(9,81,150); }

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