Html Css Color HEX #1063AA Denim

📋 copy color: '#1063AA'

red 16 ◦ green 99 ◦ blue 170

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

Shades of Denim #1063AA

Tints of Denim #1063AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 5.61%
G = 34.74%
B = 59.65%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1063AA (or 0x1063AA) is known color: Denim. HEX triplet: 10, 63 and AA. RGB value is (16,99,170). Sum of RGB (Red+Green+Blue) = 16+99+170=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #1063AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1063AA is #EF9C55. Grayscale: #515151. Windows color (decimal): -15703126 or 11166480. OLE color: 11166480.

HSL color Cylindrical-coordinate representation of color #1063AA: hue angle of 207.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1063AA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 99 170 -
CMYK 0.91 0.42 0 0.33
HSL 207.66º 0.83% 0.36% -
HSV(B) 207.66º 0.91% 0.67% -
XYZ 11.93 11.94 39.71 -
YUV 82.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 16 99 170 0.91 0.42 0 0.33 207.66 0.83 0.36
Hex 10 63 AA 5B 2A 0 21 D0 53 24
Octal 20 143 252 133 52 0 41 320 123 44
Binary 10000 1100011 10101010 1011011 101010 0 100001 11010000 1010011 100100

Color Harmonies of #1063AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063AA

Black with #1063AA

Text Example


Text Example

White with #1063AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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