Html Css Color HEX #1562C3 Denim

📋 copy color: '#1562C3'

red 21 ◦ green 98 ◦ blue 195

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

Shades of Denim #1562C3

Tints of Denim #1562C3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 195 (76.56% from 255) = 62.1%

R = 6.69%
G = 31.21%
B = 62.1%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1562C3 (or 0x1562C3) is known color: Denim. HEX triplet: 15, 62 and C3. RGB value is (21,98,195). Sum of RGB (Red+Green+Blue) = 21+98+195=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #1562C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562C3 is #EA9D3C. Grayscale: #555555. Windows color (decimal): -15375677 or 12804629. OLE color: 12804629.

HSL color Cylindrical-coordinate representation of color #1562C3: hue angle of 213.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1562C3 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 98 195 -
CMYK 0.89 0.50 0 0.24
HSL 213.45º 0.81% 0.42% -
HSV(B) 213.45º 0.89% 0.76% -
XYZ 14.53 12.83 53.34 -
YUV 86.04 189.49 81.61 -
System Red Green Blue C M Y K H S L
Decimal 21 98 195 0.89 0.50 0 0.24 213.45 0.81 0.42
Hex 15 62 C3 59 32 0 18 D5 51 2A
Octal 25 142 303 131 62 0 30 325 121 52
Binary 10101 1100010 11000011 1011001 110010 0 11000 11010101 1010001 101010

Color Harmonies of #1562C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562C3

Black with #1562C3

Text Example


Text Example

White with #1562C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1562C3; }

 p { color: rgb(21,98,195); }

 H1.HeaderClassName
 {
   color: #1562C3;
 }
 .AnyTagClassName
 {
   color: #1562C3;
 }
</style>

background-color css

<style>
 a { background-color: #1562C3; }

 a { background-color: rgb(21,98,195); }

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

border-color css

<style>
 span { border-color: #1562C3; }

 span { border-color: rgb(21,98,195); }

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