Html Css Color HEX #1553CE Denim

📋 copy color: '#1553CE'

red 21 ◦ green 83 ◦ blue 206

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

Shades of Denim #1553CE

Tints of Denim #1553CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 6.77%
G = 26.77%
B = 66.45%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1553CE (or 0x1553CE) is known color: Denim. HEX triplet: 15, 53 and CE. RGB value is (21,83,206). Sum of RGB (Red+Green+Blue) = 21+83+206=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1553CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553CE is #EAAC31. Grayscale: #4D4D4D. Windows color (decimal): -15379506 or 13521685. OLE color: 13521685.

HSL color Cylindrical-coordinate representation of color #1553CE: hue angle of 219.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1553CE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 83 206 -
CMYK 0.90 0.60 0 0.19
HSL 219.89º 0.81% 0.45% -
HSV(B) 219.89º 0.9% 0.81% -
XYZ 14.54 10.8 59.71 -
YUV 78.48 199.96 87 -
System Red Green Blue C M Y K H S L
Decimal 21 83 206 0.90 0.60 0 0.19 219.89 0.81 0.45
Hex 15 53 CE 5A 3C 0 13 DC 51 2D
Octal 25 123 316 132 74 0 23 334 121 55
Binary 10101 1010011 11001110 1011010 111100 0 10011 11011100 1010001 101101

Color Harmonies of #1553CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1553CE

Black with #1553CE

Text Example


Text Example

White with #1553CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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