Html Css Color HEX #1064AA Denim

📋 copy color: '#1064AA'

red 16 ◦ green 100 ◦ blue 170

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

Shades of Denim #1064AA

Tints of Denim #1064AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 5.59%
G = 34.97%
B = 59.44%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1064AA (or 0x1064AA) is known color: Denim. HEX triplet: 10, 64 and AA. RGB value is (16,100,170). Sum of RGB (Red+Green+Blue) = 16+100+170=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #1064AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1064AA is #EF9B55. Grayscale: #525252. Windows color (decimal): -15702870 or 11166736. OLE color: 11166736.

HSL color Cylindrical-coordinate representation of color #1064AA: hue angle of 207.27º 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 #1064AA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 100 170 -
CMYK 0.91 0.41 0 0.33
HSL 207.27º 0.83% 0.36% -
HSV(B) 207.27º 0.91% 0.67% -
XYZ 12.03 12.13 39.74 -
YUV 82.86 177.17 80.31 -
System Red Green Blue C M Y K H S L
Decimal 16 100 170 0.91 0.41 0 0.33 207.27 0.83 0.36
Hex 10 64 AA 5B 29 0 21 CF 53 24
Octal 20 144 252 133 51 0 41 317 123 44
Binary 10000 1100100 10101010 1011011 101001 0 100001 11001111 1010011 100100

Color Harmonies of #1064AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064AA

Black with #1064AA

Text Example


Text Example

White with #1064AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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