Html Css Color HEX #1466CB Denim

📋 copy color: '#1466CB'

red 20 ◦ green 102 ◦ blue 203

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

Shades of Denim #1466CB

Tints of Denim #1466CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 6.15%
G = 31.38%
B = 62.46%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1466CB (or 0x1466CB) is known color: Denim. HEX triplet: 14, 66 and CB. RGB value is (20,102,203). Sum of RGB (Red+Green+Blue) = 20+102+203=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #1466CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466CB is #EB9934. Grayscale: #585858. Windows color (decimal): -15440181 or 13329940. OLE color: 13329940.

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

Color convert

RGB 20 102 203 -
CMYK 0.90 0.50 0 0.20
HSL 213.11º 0.82% 0.44% -
HSV(B) 213.11º 0.9% 0.8% -
XYZ 15.82 13.96 58.36 -
YUV 89 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 20 102 203 0.90 0.50 0 0.20 213.11 0.82 0.44
Hex 14 66 CB 5A 32 0 14 D5 52 2C
Octal 24 146 313 132 62 0 24 325 122 54
Binary 10100 1100110 11001011 1011010 110010 0 10100 11010101 1010010 101100

Color Harmonies of #1466CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466CB

Black with #1466CB

Text Example


Text Example

White with #1466CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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