Html Css Color HEX #1553CC Denim

📋 copy color: '#1553CC'

red 21 ◦ green 83 ◦ blue 204

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

Shades of Denim #1553CC

Tints of Denim #1553CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 6.82%
G = 26.95%
B = 66.23%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1553CC (or 0x1553CC) is known color: Denim. HEX triplet: 15, 53 and CC. RGB value is (21,83,204). Sum of RGB (Red+Green+Blue) = 21+83+204=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #1553CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553CC is #EAAC33. Grayscale: #4D4D4D. Windows color (decimal): -15379508 or 13390613. OLE color: 13390613.

HSL color Cylindrical-coordinate representation of color #1553CC: hue angle of 219.67º 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 #1553CC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 83 204 -
CMYK 0.90 0.59 0 0.2
HSL 219.67º 0.81% 0.44% -
HSV(B) 219.67º 0.9% 0.8% -
XYZ 14.3 10.71 58.44 -
YUV 78.26 198.96 87.16 -
System Red Green Blue C M Y K H S L
Decimal 21 83 204 0.90 0.59 0 0.2 219.67 0.81 0.44
Hex 15 53 CC 5A 3B 0 14 DC 51 2C
Octal 25 123 314 132 73 0 24 334 121 54
Binary 10101 1010011 11001100 1011010 111011 0 10100 11011100 1010001 101100

Color Harmonies of #1553CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1553CC

Black with #1553CC

Text Example


Text Example

White with #1553CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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