Html Css Color HEX #1466BE Denim

📋 copy color: '#1466BE'

red 20 ◦ green 102 ◦ blue 190

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

Shades of Denim #1466BE

Tints of Denim #1466BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 6.41%
G = 32.69%
B = 60.9%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1466BE (or 0x1466BE) is known color: Denim. HEX triplet: 14, 66 and BE. RGB value is (20,102,190). Sum of RGB (Red+Green+Blue) = 20+102+190=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #1466BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466BE is #EB9941. Grayscale: #575757. Windows color (decimal): -15440194 or 12477972. OLE color: 12477972.

HSL color Cylindrical-coordinate representation of color #1466BE: hue angle of 211.06º 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 #1466BE is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 102 190 -
CMYK 0.89 0.46 0 0.25
HSL 211.06º 0.81% 0.41% -
HSV(B) 211.06º 0.89% 0.75% -
XYZ 14.33 13.37 50.54 -
YUV 87.51 185.83 79.84 -
System Red Green Blue C M Y K H S L
Decimal 20 102 190 0.89 0.46 0 0.25 211.06 0.81 0.41
Hex 14 66 BE 59 2E 0 19 D3 51 29
Octal 24 146 276 131 56 0 31 323 121 51
Binary 10100 1100110 10111110 1011001 101110 0 11001 11010011 1010001 101001

Color Harmonies of #1466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466BE

Black with #1466BE

Text Example


Text Example

White with #1466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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