Html Css Color HEX #1466CA Denim

📋 copy color: '#1466CA'

red 20 ◦ green 102 ◦ blue 202

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

Shades of Denim #1466CA

Tints of Denim #1466CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.35%

R = 6.17%
G = 31.48%
B = 62.35%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1466CA (or 0x1466CA) is known color: Denim. HEX triplet: 14, 66 and CA. RGB value is (20,102,202). Sum of RGB (Red+Green+Blue) = 20+102+202=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #1466CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466CA is #EB9935. Grayscale: #585858. Windows color (decimal): -15440182 or 13264404. OLE color: 13264404.

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

Color convert

RGB 20 102 202 -
CMYK 0.90 0.50 0 0.21
HSL 212.97º 0.82% 0.44% -
HSV(B) 212.97º 0.9% 0.79% -
XYZ 15.7 13.92 57.74 -
YUV 88.88 191.83 78.87 -
System Red Green Blue C M Y K H S L
Decimal 20 102 202 0.90 0.50 0 0.21 212.97 0.82 0.44
Hex 14 66 CA 5A 32 0 15 D5 52 2C
Octal 24 146 312 132 62 0 25 325 122 54
Binary 10100 1100110 11001010 1011010 110010 0 10101 11010101 1010010 101100

Color Harmonies of #1466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466CA

Black with #1466CA

Text Example


Text Example

White with #1466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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