Html Css Color HEX #0553BB Cobalt

📋 copy color: '#0553BB'

red 5 ◦ green 83 ◦ blue 187

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

Shades of Cobalt #0553BB

Tints of Cobalt #0553BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 1.82%
G = 30.18%
B = 68%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0553BB (or 0x0553BB) is known color: Cobalt. HEX triplet: 05, 53 and BB. RGB value is (5,83,187). Sum of RGB (Red+Green+Blue) = 5+83+187=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #0553BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553BB is #FAAC44. Grayscale: #474747. Windows color (decimal): -16428101 or 12276485. OLE color: 12276485.

HSL color Cylindrical-coordinate representation of color #0553BB: hue angle of 214.29º 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 #0553BB is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 83 187 -
CMYK 0.97 0.56 0 0.27
HSL 214.29º 0.95% 0.38% -
HSV(B) 214.29º 0.97% 0.73% -
XYZ 12.13 9.81 48.27 -
YUV 71.53 193.16 80.54 -
System Red Green Blue C M Y K H S L
Decimal 5 83 187 0.97 0.56 0 0.27 214.29 0.95 0.38
Hex 5 53 BB 61 38 0 1B D6 5F 26
Octal 5 123 273 141 70 0 33 326 137 46
Binary 101 1010011 10111011 1100001 111000 0 11011 11010110 1011111 100110

Color Harmonies of #0553BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553BB

Black with #0553BB

Text Example


Text Example

White with #0553BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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