Html Css Color HEX #1459CD Denim

📋 copy color: '#1459CD'

red 20 ◦ green 89 ◦ blue 205

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

Shades of Denim #1459CD

Tints of Denim #1459CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 6.37%
G = 28.34%
B = 65.29%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1459CD (or 0x1459CD) is known color: Denim. HEX triplet: 14, 59 and CD. RGB value is (20,89,205). Sum of RGB (Red+Green+Blue) = 20+89+205=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #1459CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459CD is #EBA632. Grayscale: #515151. Windows color (decimal): -15443507 or 13457684. OLE color: 13457684.

HSL color Cylindrical-coordinate representation of color #1459CD: hue angle of 217.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1459CD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 89 205 -
CMYK 0.90 0.57 0 0.20
HSL 217.62º 0.82% 0.44% -
HSV(B) 217.62º 0.9% 0.8% -
XYZ 14.88 11.7 59.23 -
YUV 81.59 197.64 84.07 -
System Red Green Blue C M Y K H S L
Decimal 20 89 205 0.90 0.57 0 0.20 217.62 0.82 0.44
Hex 14 59 CD 5A 39 0 14 DA 52 2C
Octal 24 131 315 132 71 0 24 332 122 54
Binary 10100 1011001 11001101 1011010 111001 0 10100 11011010 1010010 101100

Color Harmonies of #1459CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459CD

Black with #1459CD

Text Example


Text Example

White with #1459CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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