Html Css Color HEX #095097 Cobalt

📋 copy color: '#095097'

red 9 ◦ green 80 ◦ blue 151

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

Shades of Cobalt #095097

Tints of Cobalt #095097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 151 (59.38% from 255) = 62.92%

R = 3.75%
G = 33.33%
B = 62.92%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#095097 (or 0x095097) is known color: Cobalt. HEX triplet: 09, 50 and 97. RGB value is (9,80,151). Sum of RGB (Red+Green+Blue) = 9+80+151=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #095097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095097 is #F6AF68. Grayscale: #424242. Windows color (decimal): -16166761 or 9916425. OLE color: 9916425.

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

Color convert

RGB 9 80 151 -
CMYK 0.94 0.47 0 0.41
HSL 210º 0.89% 0.31% -
HSV(B) 210º 0.94% 0.59% -
XYZ 8.57 8.03 30.38 -
YUV 66.87 175.48 86.73 -
System Red Green Blue C M Y K H S L
Decimal 9 80 151 0.94 0.47 0 0.41 210 0.89 0.31
Hex 9 50 97 5E 2F 0 29 D2 59 1F
Octal 11 120 227 136 57 0 51 322 131 37
Binary 1001 1010000 10010111 1011110 101111 0 101001 11010010 1011001 11111

Color Harmonies of #095097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095097

Black with #095097

Text Example


Text Example

White with #095097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095097; }

 p { color: rgb(9,80,151); }

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

background-color css

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

 a { background-color: rgb(9,80,151); }

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

border-color css

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

 span { border-color: rgb(9,80,151); }

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