Html Css Color HEX #1463CB Denim

📋 copy color: '#1463CB'

red 20 ◦ green 99 ◦ blue 203

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

Shades of Denim #1463CB

Tints of Denim #1463CB

RGB

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

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

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

R = 6.21%
G = 30.75%
B = 63.04%

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

#1463CB (or 0x1463CB) is known color: Denim. HEX triplet: 14, 63 and CB. RGB value is (20,99,203). Sum of RGB (Red+Green+Blue) = 20+99+203=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #1463CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463CB is #EB9C34. Grayscale: #565656. Windows color (decimal): -15440949 or 13329172. OLE color: 13329172.

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

Color convert

RGB 20 99 203 -
CMYK 0.90 0.51 0 0.20
HSL 214.1º 0.82% 0.44% -
HSV(B) 214.1º 0.9% 0.8% -
XYZ 15.53 13.38 58.26 -
YUV 87.24 193.33 80.04 -
System Red Green Blue C M Y K H S L
Decimal 20 99 203 0.90 0.51 0 0.20 214.1 0.82 0.44
Hex 14 63 CB 5A 33 0 14 D6 52 2C
Octal 24 143 313 132 63 0 24 326 122 54
Binary 10100 1100011 11001011 1011010 110011 0 10100 11010110 1010010 101100

Color Harmonies of #1463CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463CB

Black with #1463CB

Text Example


Text Example

White with #1463CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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