Html Css Color HEX #1553CA Denim

📋 copy color: '#1553CA'

red 21 ◦ green 83 ◦ blue 202

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

Shades of Denim #1553CA

Tints of Denim #1553CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.01%

R = 6.86%
G = 27.12%
B = 66.01%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1553CA (or 0x1553CA) is known color: Denim. HEX triplet: 15, 53 and CA. RGB value is (21,83,202). Sum of RGB (Red+Green+Blue) = 21+83+202=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #1553CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553CA is #EAAC35. Grayscale: #4D4D4D. Windows color (decimal): -15379510 or 13259541. OLE color: 13259541.

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

Color convert

RGB 21 83 202 -
CMYK 0.90 0.59 0 0.21
HSL 219.45º 0.81% 0.44% -
HSV(B) 219.45º 0.9% 0.79% -
XYZ 14.06 10.61 57.18 -
YUV 78.03 197.96 87.32 -
System Red Green Blue C M Y K H S L
Decimal 21 83 202 0.90 0.59 0 0.21 219.45 0.81 0.44
Hex 15 53 CA 5A 3B 0 15 DB 51 2C
Octal 25 123 312 132 73 0 25 333 121 54
Binary 10101 1010011 11001010 1011010 111011 0 10101 11011011 1010001 101100

Color Harmonies of #1553CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1553CA

Black with #1553CA

Text Example


Text Example

White with #1553CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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