Html Css Color HEX #1464CB Denim

📋 copy color: '#1464CB'

red 20 ◦ green 100 ◦ blue 203

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

Shades of Denim #1464CB

Tints of Denim #1464CB

RGB

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

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

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

R = 6.19%
G = 30.96%
B = 62.85%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1464CB (or 0x1464CB) is known color: Denim. HEX triplet: 14, 64 and CB. RGB value is (20,100,203). Sum of RGB (Red+Green+Blue) = 20+100+203=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #1464CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464CB is #EB9B34. Grayscale: #575757. Windows color (decimal): -15440693 or 13329428. OLE color: 13329428.

HSL color Cylindrical-coordinate representation of color #1464CB: hue angle of 213.77º 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 #1464CB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 100 203 -
CMYK 0.90 0.51 0 0.20
HSL 213.77º 0.82% 0.44% -
HSV(B) 213.77º 0.9% 0.8% -
XYZ 15.63 13.57 58.3 -
YUV 87.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 20 100 203 0.90 0.51 0 0.20 213.77 0.82 0.44
Hex 14 64 CB 5A 33 0 14 D6 52 2C
Octal 24 144 313 132 63 0 24 326 122 54
Binary 10100 1100100 11001011 1011010 110011 0 10100 11010110 1010010 101100

Color Harmonies of #1464CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464CB

Black with #1464CB

Text Example


Text Example

White with #1464CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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