Html Css Color HEX #0550BE Cobalt

📋 copy color: '#0550BE'

red 5 ◦ green 80 ◦ blue 190

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

Shades of Cobalt #0550BE

Tints of Cobalt #0550BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.09%

R = 1.82%
G = 29.09%
B = 69.09%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0550BE (or 0x0550BE) is known color: Cobalt. HEX triplet: 05, 50 and BE. RGB value is (5,80,190). Sum of RGB (Red+Green+Blue) = 5+80+190=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #0550BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550BE is #FAAF41. Grayscale: #454545. Windows color (decimal): -16428866 or 12472325. OLE color: 12472325.

HSL color Cylindrical-coordinate representation of color #0550BE: hue angle of 215.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0550BE is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 80 190 -
CMYK 0.97 0.58 0 0.25
HSL 215.68º 0.95% 0.38% -
HSV(B) 215.68º 0.97% 0.75% -
XYZ 12.23 9.49 49.9 -
YUV 70.12 195.65 81.56 -
System Red Green Blue C M Y K H S L
Decimal 5 80 190 0.97 0.58 0 0.25 215.68 0.95 0.38
Hex 5 50 BE 61 3A 0 19 D8 5F 26
Octal 5 120 276 141 72 0 31 330 137 46
Binary 101 1010000 10111110 1100001 111010 0 11001 11011000 1011111 100110

Color Harmonies of #0550BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0550BE

Black with #0550BE

Text Example


Text Example

White with #0550BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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