Html Css Color HEX #095497 Cobalt

📋 copy color: '#095497'

red 9 ◦ green 84 ◦ blue 151

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

Shades of Cobalt #095497

Tints of Cobalt #095497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

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

R = 3.69%
G = 34.43%
B = 61.89%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#095497 (or 0x095497) is known color: Cobalt. HEX triplet: 09, 54 and 97. RGB value is (9,84,151). Sum of RGB (Red+Green+Blue) = 9+84+151=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #095497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095497 is #F6AB68. Grayscale: #444444. Windows color (decimal): -16165737 or 9917449. OLE color: 9917449.

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

Color convert

RGB 9 84 151 -
CMYK 0.94 0.44 0 0.41
HSL 208.31º 0.89% 0.31% -
HSV(B) 208.31º 0.94% 0.59% -
XYZ 8.87 8.63 30.48 -
YUV 69.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 9 84 151 0.94 0.44 0 0.41 208.31 0.89 0.31
Hex 9 54 97 5E 2C 0 29 D0 59 1F
Octal 11 124 227 136 54 0 51 320 131 37
Binary 1001 1010100 10010111 1011110 101100 0 101001 11010000 1011001 11111

Color Harmonies of #095497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095497

Black with #095497

Text Example


Text Example

White with #095497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095497; }

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

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

background-color css

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

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

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

border-color css

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

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

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