Html Css Color HEX #1553CB Denim

📋 copy color: '#1553CB'

red 21 ◦ green 83 ◦ blue 203

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

Shades of Denim #1553CB

Tints of Denim #1553CB

RGB

 RED value IS 21 (8.59% from 255) = 6.84%

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

 BLUE value IS 203 (79.69% from 255) = 66.12%

R = 6.84%
G = 27.04%
B = 66.12%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1553CB (or 0x1553CB) is known color: Denim. HEX triplet: 15, 53 and CB. RGB value is (21,83,203). Sum of RGB (Red+Green+Blue) = 21+83+203=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1553CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553CB is #EAAC34. Grayscale: #4D4D4D. Windows color (decimal): -15379509 or 13325077. OLE color: 13325077.

HSL color Cylindrical-coordinate representation of color #1553CB: hue angle of 219.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1553CB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 83 203 -
CMYK 0.90 0.59 0 0.20
HSL 219.56º 0.81% 0.44% -
HSV(B) 219.56º 0.9% 0.8% -
XYZ 14.18 10.66 57.81 -
YUV 78.14 198.46 87.24 -
System Red Green Blue C M Y K H S L
Decimal 21 83 203 0.90 0.59 0 0.20 219.56 0.81 0.44
Hex 15 53 CB 5A 3B 0 14 DC 51 2C
Octal 25 123 313 132 73 0 24 334 121 54
Binary 10101 1010011 11001011 1011010 111011 0 10100 11011100 1010001 101100

Color Harmonies of #1553CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1553CB

Black with #1553CB

Text Example


Text Example

White with #1553CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1553CB; }

 p { color: rgb(21,83,203); }

 H1.HeaderClassName
 {
   color: #1553CB;
 }
 .AnyTagClassName
 {
   color: #1553CB;
 }
</style>

background-color css

<style>
 a { background-color: #1553CB; }

 a { background-color: rgb(21,83,203); }

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

border-color css

<style>
 span { border-color: #1553CB; }

 span { border-color: rgb(21,83,203); }

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