Html Css Color HEX #1558C0 Denim

📋 copy color: '#1558C0'

red 21 ◦ green 88 ◦ blue 192

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

Shades of Denim #1558C0

Tints of Denim #1558C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 6.98%
G = 29.24%
B = 63.79%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1558C0 (or 0x1558C0) is known color: Denim. HEX triplet: 15, 58 and C0. RGB value is (21,88,192). Sum of RGB (Red+Green+Blue) = 21+88+192=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #1558C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558C0 is #EAA73F. Grayscale: #4F4F4F. Windows color (decimal): -15378240 or 12605461. OLE color: 12605461.

HSL color Cylindrical-coordinate representation of color #1558C0: hue angle of 216.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1558C0 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 88 192 -
CMYK 0.89 0.54 0 0.25
HSL 216.49º 0.8% 0.42% -
HSV(B) 216.49º 0.89% 0.75% -
XYZ 13.31 10.94 51.28 -
YUV 79.82 191.3 86.04 -
System Red Green Blue C M Y K H S L
Decimal 21 88 192 0.89 0.54 0 0.25 216.49 0.8 0.42
Hex 15 58 C0 59 36 0 19 D8 50 2A
Octal 25 130 300 131 66 0 31 330 120 52
Binary 10101 1011000 11000000 1011001 110110 0 11001 11011000 1010000 101010

Color Harmonies of #1558C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1558C0

Black with #1558C0

Text Example


Text Example

White with #1558C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1558C0; }

 p { color: rgb(21,88,192); }

 H1.HeaderClassName
 {
   color: #1558C0;
 }
 .AnyTagClassName
 {
   color: #1558C0;
 }
</style>

background-color css

<style>
 a { background-color: #1558C0; }

 a { background-color: rgb(21,88,192); }

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

border-color css

<style>
 span { border-color: #1558C0; }

 span { border-color: rgb(21,88,192); }

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