Html Css Color HEX #1064AB Denim

📋 copy color: '#1064AB'

red 16 ◦ green 100 ◦ blue 171

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

Shades of Denim #1064AB

Tints of Denim #1064AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 5.57%
G = 34.84%
B = 59.58%

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

#1064AB (or 0x1064AB) is known color: Denim. HEX triplet: 10, 64 and AB. RGB value is (16,100,171). Sum of RGB (Red+Green+Blue) = 16+100+171=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #1064AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1064AB is #EF9B54. Grayscale: #525252. Windows color (decimal): -15702869 or 11232272. OLE color: 11232272.

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

Color convert

RGB 16 100 171 -
CMYK 0.91 0.42 0 0.33
HSL 207.48º 0.83% 0.37% -
HSV(B) 207.48º 0.91% 0.67% -
XYZ 12.12 12.16 40.24 -
YUV 82.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 16 100 171 0.91 0.42 0 0.33 207.48 0.83 0.37
Hex 10 64 AB 5B 2A 0 21 CF 53 25
Octal 20 144 253 133 52 0 41 317 123 45
Binary 10000 1100100 10101011 1011011 101010 0 100001 11001111 1010011 100101

Color Harmonies of #1064AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064AB

Black with #1064AB

Text Example


Text Example

White with #1064AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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