Html Css Color HEX #1459C9 Denim

📋 copy color: '#1459C9'

red 20 ◦ green 89 ◦ blue 201

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

Shades of Denim #1459C9

Tints of Denim #1459C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.84%

R = 6.45%
G = 28.71%
B = 64.84%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1459C9 (or 0x1459C9) is known color: Denim. HEX triplet: 14, 59 and C9. RGB value is (20,89,201). Sum of RGB (Red+Green+Blue) = 20+89+201=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #1459C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459C9 is #EBA636. Grayscale: #505050. Windows color (decimal): -15443511 or 13195540. OLE color: 13195540.

HSL color Cylindrical-coordinate representation of color #1459C9: hue angle of 217.13º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1459C9 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 89 201 -
CMYK 0.90 0.56 0 0.21
HSL 217.13º 0.82% 0.43% -
HSV(B) 217.13º 0.9% 0.79% -
XYZ 14.4 11.51 56.72 -
YUV 81.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 20 89 201 0.90 0.56 0 0.21 217.13 0.82 0.43
Hex 14 59 C9 5A 38 0 15 D9 52 2B
Octal 24 131 311 132 70 0 25 331 122 53
Binary 10100 1011001 11001001 1011010 111000 0 10101 11011001 1010010 101011

Color Harmonies of #1459C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459C9

Black with #1459C9

Text Example


Text Example

White with #1459C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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