Html Css Color HEX #1552CA Denim

📋 copy color: '#1552CA'

red 21 ◦ green 82 ◦ blue 202

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

Shades of Denim #1552CA

Tints of Denim #1552CA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 6.89%
G = 26.89%
B = 66.23%

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

#1552CA (or 0x1552CA) is known color: Denim. HEX triplet: 15, 52 and CA. RGB value is (21,82,202). Sum of RGB (Red+Green+Blue) = 21+82+202=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #1552CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552CA is #EAAD35. Grayscale: #4C4C4C. Windows color (decimal): -15379766 or 13259285. OLE color: 13259285.

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

Color convert

RGB 21 82 202 -
CMYK 0.90 0.59 0 0.21
HSL 219.78º 0.81% 0.44% -
HSV(B) 219.78º 0.9% 0.79% -
XYZ 13.99 10.46 57.16 -
YUV 77.44 198.29 87.74 -
System Red Green Blue C M Y K H S L
Decimal 21 82 202 0.90 0.59 0 0.21 219.78 0.81 0.44
Hex 15 52 CA 5A 3B 0 15 DC 51 2C
Octal 25 122 312 132 73 0 25 334 121 54
Binary 10101 1010010 11001010 1011010 111011 0 10101 11011100 1010001 101100

Color Harmonies of #1552CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552CA

Black with #1552CA

Text Example


Text Example

White with #1552CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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