Html Css Color HEX #1459BF Denim

📋 copy color: '#1459BF'

red 20 ◦ green 89 ◦ blue 191

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

Shades of Denim #1459BF

Tints of Denim #1459BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 6.67%
G = 29.67%
B = 63.67%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1459BF (or 0x1459BF) is known color: Denim. HEX triplet: 14, 59 and BF. RGB value is (20,89,191). Sum of RGB (Red+Green+Blue) = 20+89+191=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #1459BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459BF is #EBA640. Grayscale: #4F4F4F. Windows color (decimal): -15443521 or 12540180. OLE color: 12540180.

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

Color convert

RGB 20 89 191 -
CMYK 0.90 0.53 0 0.25
HSL 215.79º 0.81% 0.41% -
HSV(B) 215.79º 0.9% 0.75% -
XYZ 13.26 11.06 50.72 -
YUV 80 190.64 85.21 -
System Red Green Blue C M Y K H S L
Decimal 20 89 191 0.90 0.53 0 0.25 215.79 0.81 0.41
Hex 14 59 BF 5A 35 0 19 D8 51 29
Octal 24 131 277 132 65 0 31 330 121 51
Binary 10100 1011001 10111111 1011010 110101 0 11001 11011000 1010001 101001

Color Harmonies of #1459BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459BF

Black with #1459BF

Text Example


Text Example

White with #1459BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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