Html Css Color HEX #0553BF Denim

📋 copy color: '#0553BF'

red 5 ◦ green 83 ◦ blue 191

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

Shades of Denim #0553BF

Tints of Denim #0553BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.46%

R = 1.79%
G = 29.75%
B = 68.46%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0553BF (or 0x0553BF) is known color: Denim. HEX triplet: 05, 53 and BF. RGB value is (5,83,191). Sum of RGB (Red+Green+Blue) = 5+83+191=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #0553BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553BF is #FAAC40. Grayscale: #474747. Windows color (decimal): -16428097 or 12538629. OLE color: 12538629.

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

Color convert

RGB 5 83 191 -
CMYK 0.97 0.57 0 0.25
HSL 214.84º 0.95% 0.38% -
HSV(B) 214.84º 0.97% 0.75% -
XYZ 12.56 9.98 50.55 -
YUV 71.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 5 83 191 0.97 0.57 0 0.25 214.84 0.95 0.38
Hex 5 53 BF 61 39 0 19 D7 5F 26
Octal 5 123 277 141 71 0 31 327 137 46
Binary 101 1010011 10111111 1100001 111001 0 11001 11010111 1011111 100110

Color Harmonies of #0553BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553BF

Black with #0553BF

Text Example


Text Example

White with #0553BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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