Html Css Color HEX #055097 Cobalt

📋 copy color: '#055097'

red 5 ◦ green 80 ◦ blue 151

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

Shades of Cobalt #055097

Tints of Cobalt #055097

RGB

 RED value IS 5 (2.34% from 255) = 2.12%

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

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

R = 2.12%
G = 33.9%
B = 63.98%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#055097 (or 0x055097) is known color: Cobalt. HEX triplet: 05, 50 and 97. RGB value is (5,80,151). Sum of RGB (Red+Green+Blue) = 5+80+151=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #055097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055097 is #FAAF68. Grayscale: #414141. Windows color (decimal): -16428905 or 9916421. OLE color: 9916421.

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

Color convert

RGB 5 80 151 -
CMYK 0.97 0.47 0 0.41
HSL 209.18º 0.94% 0.31% -
HSV(B) 209.18º 0.97% 0.59% -
XYZ 8.52 8 30.37 -
YUV 65.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 5 80 151 0.97 0.47 0 0.41 209.18 0.94 0.31
Hex 5 50 97 61 2F 0 29 D1 5E 1F
Octal 5 120 227 141 57 0 51 321 136 37
Binary 101 1010000 10010111 1100001 101111 0 101001 11010001 1011110 11111

Color Harmonies of #055097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055097

Black with #055097

Text Example


Text Example

White with #055097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055097; }

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

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

background-color css

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

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

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

border-color css

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

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

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