#1062AD

Color #1062AD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1062AD

Tints of Denim #1062AD

Color information

#1062AD (or 0x1062AD) is unknown color: approx Denim. HEX triplet: 10, 62 and AD. RGB value is (16,98,173). Sum of RGB (Red+Green+Blue) = 16+98+173=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #1062AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1062AD is #EF9D52. Grayscale: #515151. Windows color (decimal): -15703379 or 11362832. OLE color: 11362832.

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

Color convert

RGB1698173-
CMYK0.910.4300.32
HSL208.66º83.07%37.06%-
HSV(B)208.66º90.75%67.84%-
XYZ12.1211.8641.19-
YUV82.03179.3380.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 173 (67.97% from 255) = 60.28%
R=5.57%
G=34.15%
B=60.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16981730.910.4300.32208.6683.0737.06
Hex1062AD5B2B020d15325
Octal201422551335304032112345
Binary1000011000101010110110110111010110100000110100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1062AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1062AD;
 }
 .AnyTagClassName
 {
   color: #1062AD;
 }
</style>
background-color css

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

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

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

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

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

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