Html Css Color HEX #1063CC Denim

📋 copy color: '#1063CC'

red 16 ◦ green 99 ◦ blue 204

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

Shades of Denim #1063CC

Tints of Denim #1063CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 5.02%
G = 31.03%
B = 63.95%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1063CC (or 0x1063CC) is known color: Denim. HEX triplet: 10, 63 and CC. RGB value is (16,99,204). Sum of RGB (Red+Green+Blue) = 16+99+204=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #1063CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CC is #EF9C33. Grayscale: #555555. Windows color (decimal): -15703092 or 13394704. OLE color: 13394704.

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

Color convert

RGB 16 99 204 -
CMYK 0.92 0.51 0 0.2
HSL 213.51º 0.85% 0.43% -
HSV(B) 213.51º 0.92% 0.8% -
XYZ 15.57 13.39 58.89 -
YUV 86.15 194.5 77.96 -
System Red Green Blue C M Y K H S L
Decimal 16 99 204 0.92 0.51 0 0.2 213.51 0.85 0.43
Hex 10 63 CC 5C 33 0 14 D6 55 2B
Octal 20 143 314 134 63 0 24 326 125 53
Binary 10000 1100011 11001100 1011100 110011 0 10100 11010110 1010101 101011

Color Harmonies of #1063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063CC

Black with #1063CC

Text Example


Text Example

White with #1063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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