Html Css Color HEX #1466BB Denim

📋 copy color: '#1466BB'

red 20 ◦ green 102 ◦ blue 187

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

Shades of Denim #1466BB

Tints of Denim #1466BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 6.47%
G = 33.01%
B = 60.52%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1466BB (or 0x1466BB) is known color: Denim. HEX triplet: 14, 66 and BB. RGB value is (20,102,187). Sum of RGB (Red+Green+Blue) = 20+102+187=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1466BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466BB is #EB9944. Grayscale: #565656. Windows color (decimal): -15440197 or 12281364. OLE color: 12281364.

HSL color Cylindrical-coordinate representation of color #1466BB: hue angle of 210.54º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1466BB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 102 187 -
CMYK 0.89 0.45 0 0.27
HSL 210.54º 0.81% 0.41% -
HSV(B) 210.54º 0.89% 0.73% -
XYZ 14.01 13.24 48.83 -
YUV 87.17 184.33 80.09 -
System Red Green Blue C M Y K H S L
Decimal 20 102 187 0.89 0.45 0 0.27 210.54 0.81 0.41
Hex 14 66 BB 59 2D 0 1B D3 51 29
Octal 24 146 273 131 55 0 33 323 121 51
Binary 10100 1100110 10111011 1011001 101101 0 11011 11010011 1010001 101001

Color Harmonies of #1466BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466BB

Black with #1466BB

Text Example


Text Example

White with #1466BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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