Html Css Color HEX #1063CA Denim

📋 copy color: '#1063CA'

red 16 ◦ green 99 ◦ blue 202

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

Shades of Denim #1063CA

Tints of Denim #1063CA

RGB

 RED value IS 16 (6.64% from 255) = 5.05%

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

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

R = 5.05%
G = 31.23%
B = 63.72%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1063CA (or 0x1063CA) is known color: Denim. HEX triplet: 10, 63 and CA. RGB value is (16,99,202). Sum of RGB (Red+Green+Blue) = 16+99+202=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #1063CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CA is #EF9C35. Grayscale: #555555. Windows color (decimal): -15703094 or 13263632. OLE color: 13263632.

HSL color Cylindrical-coordinate representation of color #1063CA: hue angle of 213.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063CA is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 99 202 -
CMYK 0.92 0.51 0 0.21
HSL 213.23º 0.85% 0.43% -
HSV(B) 213.23º 0.92% 0.79% -
XYZ 15.34 13.3 57.64 -
YUV 85.93 193.5 78.12 -
System Red Green Blue C M Y K H S L
Decimal 16 99 202 0.92 0.51 0 0.21 213.23 0.85 0.43
Hex 10 63 CA 5C 33 0 15 D5 55 2B
Octal 20 143 312 134 63 0 25 325 125 53
Binary 10000 1100011 11001010 1011100 110011 0 10101 11010101 1010101 101011

Color Harmonies of #1063CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063CA

Black with #1063CA

Text Example


Text Example

White with #1063CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,99,202); }

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

background-color css

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

 a { background-color: rgb(16,99,202); }

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

border-color css

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

 span { border-color: rgb(16,99,202); }

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