Html Css Color HEX #0551BD Cobalt

📋 copy color: '#0551BD'

red 5 ◦ green 81 ◦ blue 189

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

Shades of Cobalt #0551BD

Tints of Cobalt #0551BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.73%

R = 1.82%
G = 29.45%
B = 68.73%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0551BD (or 0x0551BD) is known color: Cobalt. HEX triplet: 05, 51 and BD. RGB value is (5,81,189). Sum of RGB (Red+Green+Blue) = 5+81+189=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #0551BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551BD is #FAAE42. Grayscale: #464646. Windows color (decimal): -16428611 or 12407045. OLE color: 12407045.

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

Color convert

RGB 5 81 189 -
CMYK 0.97 0.57 0 0.26
HSL 215.22º 0.95% 0.38% -
HSV(B) 215.22º 0.97% 0.74% -
XYZ 12.19 9.59 49.35 -
YUV 70.59 194.82 81.22 -
System Red Green Blue C M Y K H S L
Decimal 5 81 189 0.97 0.57 0 0.26 215.22 0.95 0.38
Hex 5 51 BD 61 39 0 1A D7 5F 26
Octal 5 121 275 141 71 0 32 327 137 46
Binary 101 1010001 10111101 1100001 111001 0 11010 11010111 1011111 100110

Color Harmonies of #0551BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551BD

Black with #0551BD

Text Example


Text Example

White with #0551BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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