Html Css Color HEX #1463CD Denim

📋 copy color: '#1463CD'

red 20 ◦ green 99 ◦ blue 205

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

Shades of Denim #1463CD

Tints of Denim #1463CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 6.17%
G = 30.56%
B = 63.27%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1463CD (or 0x1463CD) is known color: Denim. HEX triplet: 14, 63 and CD. RGB value is (20,99,205). Sum of RGB (Red+Green+Blue) = 20+99+205=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1463CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463CD is #EB9C32. Grayscale: #565656. Windows color (decimal): -15440947 or 13460244. OLE color: 13460244.

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

Color convert

RGB 20 99 205 -
CMYK 0.90 0.52 0 0.20
HSL 214.38º 0.82% 0.44% -
HSV(B) 214.38º 0.9% 0.8% -
XYZ 15.77 13.48 59.53 -
YUV 87.46 194.33 79.88 -
System Red Green Blue C M Y K H S L
Decimal 20 99 205 0.90 0.52 0 0.20 214.38 0.82 0.44
Hex 14 63 CD 5A 34 0 14 D6 52 2C
Octal 24 143 315 132 64 0 24 326 122 54
Binary 10100 1100011 11001101 1011010 110100 0 10100 11010110 1010010 101100

Color Harmonies of #1463CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463CD

Black with #1463CD

Text Example


Text Example

White with #1463CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1463CD; }

 p { color: rgb(20,99,205); }

 H1.HeaderClassName
 {
   color: #1463CD;
 }
 .AnyTagClassName
 {
   color: #1463CD;
 }
</style>

background-color css

<style>
 a { background-color: #1463CD; }

 a { background-color: rgb(20,99,205); }

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

border-color css

<style>
 span { border-color: #1463CD; }

 span { border-color: rgb(20,99,205); }

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