Html Css Color HEX #1063AE Denim

📋 copy color: '#1063AE'

red 16 ◦ green 99 ◦ blue 174

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

Shades of Denim #1063AE

Tints of Denim #1063AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 5.54%
G = 34.26%
B = 60.21%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1063AE (or 0x1063AE) is known color: Denim. HEX triplet: 10, 63 and AE. RGB value is (16,99,174). Sum of RGB (Red+Green+Blue) = 16+99+174=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #1063AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1063AE is #EF9C51. Grayscale: #525252. Windows color (decimal): -15703122 or 11428624. OLE color: 11428624.

HSL color Cylindrical-coordinate representation of color #1063AE: hue angle of 208.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1063AE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 99 174 -
CMYK 0.91 0.43 0 0.32
HSL 208.48º 0.83% 0.37% -
HSV(B) 208.48º 0.91% 0.68% -
XYZ 12.32 12.09 41.73 -
YUV 82.73 179.5 80.4 -
System Red Green Blue C M Y K H S L
Decimal 16 99 174 0.91 0.43 0 0.32 208.48 0.83 0.37
Hex 10 63 AE 5B 2B 0 20 D0 53 25
Octal 20 143 256 133 53 0 40 320 123 45
Binary 10000 1100011 10101110 1011011 101011 0 100000 11010000 1010011 100101

Color Harmonies of #1063AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063AE

Black with #1063AE

Text Example


Text Example

White with #1063AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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