Html Css Color HEX #0551BB Cobalt

📋 copy color: '#0551BB'

red 5 ◦ green 81 ◦ blue 187

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

Shades of Cobalt #0551BB

Tints of Cobalt #0551BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 1.83%
G = 29.67%
B = 68.5%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0551BB (or 0x0551BB) is known color: Cobalt. HEX triplet: 05, 51 and BB. RGB value is (5,81,187). Sum of RGB (Red+Green+Blue) = 5+81+187=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #0551BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551BB is #FAAE44. Grayscale: #454545. Windows color (decimal): -16428613 or 12275973. OLE color: 12275973.

HSL color Cylindrical-coordinate representation of color #0551BB: hue angle of 214.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0551BB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 81 187 -
CMYK 0.97 0.57 0 0.27
HSL 214.95º 0.95% 0.38% -
HSV(B) 214.95º 0.97% 0.73% -
XYZ 11.97 9.5 48.22 -
YUV 70.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 5 81 187 0.97 0.57 0 0.27 214.95 0.95 0.38
Hex 5 51 BB 61 39 0 1B D7 5F 26
Octal 5 121 273 141 71 0 33 327 137 46
Binary 101 1010001 10111011 1100001 111001 0 11011 11010111 1011111 100110

Color Harmonies of #0551BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551BB

Black with #0551BB

Text Example


Text Example

White with #0551BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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