Html Css Color HEX #1459C0 Denim

📋 copy color: '#1459C0'

red 20 ◦ green 89 ◦ blue 192

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

Shades of Denim #1459C0

Tints of Denim #1459C0

RGB

 RED value IS 20 (8.2% from 255) = 6.64%

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 6.64%
G = 29.57%
B = 63.79%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1459C0 (or 0x1459C0) is known color: Denim. HEX triplet: 14, 59 and C0. RGB value is (20,89,192). Sum of RGB (Red+Green+Blue) = 20+89+192=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 89 (35.16% from 255 or 29.57% 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 #1459C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459C0 is #EBA63F. Grayscale: #4F4F4F. Windows color (decimal): -15443520 or 12605716. OLE color: 12605716.

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

Color convert

RGB 20 89 192 -
CMYK 0.90 0.54 0 0.25
HSL 215.93º 0.81% 0.42% -
HSV(B) 215.93º 0.9% 0.75% -
XYZ 13.38 11.1 51.31 -
YUV 80.11 191.14 85.12 -
System Red Green Blue C M Y K H S L
Decimal 20 89 192 0.90 0.54 0 0.25 215.93 0.81 0.42
Hex 14 59 C0 5A 36 0 19 D8 51 2A
Octal 24 131 300 132 66 0 31 330 121 52
Binary 10100 1011001 11000000 1011010 110110 0 11001 11011000 1010001 101010

Color Harmonies of #1459C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459C0

Black with #1459C0

Text Example


Text Example

White with #1459C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,89,192); }

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

background-color css

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

 a { background-color: rgb(20,89,192); }

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

border-color css

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

 span { border-color: rgb(20,89,192); }

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