Html Css Color HEX #0553BC Denim

📋 copy color: '#0553BC'

red 5 ◦ green 83 ◦ blue 188

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

Shades of Denim #0553BC

Tints of Denim #0553BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.12%

R = 1.81%
G = 30.07%
B = 68.12%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0553BC (or 0x0553BC) is known color: Denim. HEX triplet: 05, 53 and BC. RGB value is (5,83,188). Sum of RGB (Red+Green+Blue) = 5+83+188=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #0553BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553BC is #FAAC43. Grayscale: #474747. Windows color (decimal): -16428100 or 12342021. OLE color: 12342021.

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

Color convert

RGB 5 83 188 -
CMYK 0.97 0.56 0 0.26
HSL 214.43º 0.95% 0.38% -
HSV(B) 214.43º 0.97% 0.74% -
XYZ 12.23 9.85 48.83 -
YUV 71.65 193.66 80.46 -
System Red Green Blue C M Y K H S L
Decimal 5 83 188 0.97 0.56 0 0.26 214.43 0.95 0.38
Hex 5 53 BC 61 38 0 1A D6 5F 26
Octal 5 123 274 141 70 0 32 326 137 46
Binary 101 1010011 10111100 1100001 111000 0 11010 11010110 1011111 100110

Color Harmonies of #0553BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553BC

Black with #0553BC

Text Example


Text Example

White with #0553BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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