Html Css Color HEX #0550B9 Cobalt

📋 copy color: '#0550B9'

red 5 ◦ green 80 ◦ blue 185

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

Shades of Cobalt #0550B9

Tints of Cobalt #0550B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 68.52%

R = 1.85%
G = 29.63%
B = 68.52%

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

#0550B9 (or 0x0550B9) is known color: Cobalt. HEX triplet: 05, 50 and B9. RGB value is (5,80,185). Sum of RGB (Red+Green+Blue) = 5+80+185=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #0550B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550B9 is #FAAF46. Grayscale: #454545. Windows color (decimal): -16428871 or 12144645. OLE color: 12144645.

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

Color convert

RGB 5 80 185 -
CMYK 0.97 0.57 0 0.27
HSL 215º 0.95% 0.37% -
HSV(B) 215º 0.97% 0.73% -
XYZ 11.69 9.27 47.07 -
YUV 69.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 5 80 185 0.97 0.57 0 0.27 215 0.95 0.37
Hex 5 50 B9 61 39 0 1B D7 5F 25
Octal 5 120 271 141 71 0 33 327 137 45
Binary 101 1010000 10111001 1100001 111001 0 11011 11010111 1011111 100101

Color Harmonies of #0550B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0550B9

Black with #0550B9

Text Example


Text Example

White with #0550B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0550B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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