Html Css Color HEX #1464BE Denim

📋 copy color: '#1464BE'

red 20 ◦ green 100 ◦ blue 190

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

Shades of Denim #1464BE

Tints of Denim #1464BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 6.45%
G = 32.26%
B = 61.29%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1464BE (or 0x1464BE) is known color: Denim. HEX triplet: 14, 64 and BE. RGB value is (20,100,190). Sum of RGB (Red+Green+Blue) = 20+100+190=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #1464BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464BE is #EB9B41. Grayscale: #555555. Windows color (decimal): -15440706 or 12477460. OLE color: 12477460.

HSL color Cylindrical-coordinate representation of color #1464BE: hue angle of 211.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1464BE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 100 190 -
CMYK 0.89 0.47 0 0.25
HSL 211.76º 0.81% 0.41% -
HSV(B) 211.76º 0.89% 0.75% -
XYZ 14.14 12.98 50.48 -
YUV 86.34 186.5 80.68 -
System Red Green Blue C M Y K H S L
Decimal 20 100 190 0.89 0.47 0 0.25 211.76 0.81 0.41
Hex 14 64 BE 59 2F 0 19 D4 51 29
Octal 24 144 276 131 57 0 31 324 121 51
Binary 10100 1100100 10111110 1011001 101111 0 11001 11010100 1010001 101001

Color Harmonies of #1464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464BE

Black with #1464BE

Text Example


Text Example

White with #1464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1464BE; }

 p { color: rgb(20,100,190); }

 H1.HeaderClassName
 {
   color: #1464BE;
 }
 .AnyTagClassName
 {
   color: #1464BE;
 }
</style>

background-color css

<style>
 a { background-color: #1464BE; }

 a { background-color: rgb(20,100,190); }

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

border-color css

<style>
 span { border-color: #1464BE; }

 span { border-color: rgb(20,100,190); }

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