Html Css Color HEX #0551B5 Cobalt

📋 copy color: '#0551B5'

red 5 ◦ green 81 ◦ blue 181

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

Shades of Cobalt #0551B5

Tints of Cobalt #0551B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 67.79%

R = 1.87%
G = 30.34%
B = 67.79%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0551B5 (or 0x0551B5) is known color: Cobalt. HEX triplet: 05, 51 and B5. RGB value is (5,81,181). Sum of RGB (Red+Green+Blue) = 5+81+181=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 181 (71.09% from 255 or 67.79% from 267); Max value from RGB is 181 - color contains mainly: blue. Hex color #0551B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551B5 is #FAAE4A. Grayscale: #454545. Windows color (decimal): -16428619 or 11882757. OLE color: 11882757.

HSL color Cylindrical-coordinate representation of color #0551B5: hue angle of 214.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0551B5 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 81 181 -
CMYK 0.97 0.55 0 0.29
HSL 214.09º 0.95% 0.36% -
HSV(B) 214.09º 0.97% 0.71% -
XYZ 11.35 9.25 44.9 -
YUV 69.68 190.82 81.87 -
System Red Green Blue C M Y K H S L
Decimal 5 81 181 0.97 0.55 0 0.29 214.09 0.95 0.36
Hex 5 51 B5 61 37 0 1D D6 5F 24
Octal 5 121 265 141 67 0 35 326 137 44
Binary 101 1010001 10110101 1100001 110111 0 11101 11010110 1011111 100100

Color Harmonies of #0551B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551B5

Black with #0551B5

Text Example


Text Example

White with #0551B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0551B5; }

 p { color: rgb(5,81,181); }

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

background-color css

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

 a { background-color: rgb(5,81,181); }

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

border-color css

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

 span { border-color: rgb(5,81,181); }

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