Html Css Color HEX #1059AD Denim

📋 copy color: '#1059AD'

red 16 ◦ green 89 ◦ blue 173

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

Shades of Denim #1059AD

Tints of Denim #1059AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 5.76%
G = 32.01%
B = 62.23%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1059AD (or 0x1059AD) is known color: Denim. HEX triplet: 10, 59 and AD. RGB value is (16,89,173). Sum of RGB (Red+Green+Blue) = 16+89+173=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1059AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1059AD is #EFA652. Grayscale: #4C4C4C. Windows color (decimal): -15705683 or 11360528. OLE color: 11360528.

HSL color Cylindrical-coordinate representation of color #1059AD: hue angle of 212.1º 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 #1059AD is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 89 173 -
CMYK 0.91 0.49 0 0.32
HSL 212.1º 0.83% 0.37% -
HSV(B) 212.1º 0.91% 0.68% -
XYZ 11.33 10.27 40.92 -
YUV 76.75 182.32 84.67 -
System Red Green Blue C M Y K H S L
Decimal 16 89 173 0.91 0.49 0 0.32 212.1 0.83 0.37
Hex 10 59 AD 5B 31 0 20 D4 53 25
Octal 20 131 255 133 61 0 40 324 123 45
Binary 10000 1011001 10101101 1011011 110001 0 100000 11010100 1010011 100101

Color Harmonies of #1059AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059AD

Black with #1059AD

Text Example


Text Example

White with #1059AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1059AD; }

 p { color: rgb(16,89,173); }

 H1.HeaderClassName
 {
   color: #1059AD;
 }
 .AnyTagClassName
 {
   color: #1059AD;
 }
</style>

background-color css

<style>
 a { background-color: #1059AD; }

 a { background-color: rgb(16,89,173); }

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

border-color css

<style>
 span { border-color: #1059AD; }

 span { border-color: rgb(16,89,173); }

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