#1058AD

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

Shades of Denim #1058AD

Tints of Denim #1058AD

Color information

#1058AD (or 0x1058AD) is unknown color: approx Denim. HEX triplet: 10, 58 and AD. RGB value is (16,88,173). Sum of RGB (Red+Green+Blue) = 16+88+173=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #1058AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1058AD is #EFA752. Grayscale: #4B4B4B. Windows color (decimal): -15705939 or 11360272. OLE color: 11360272.

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

Color convert

RGB1688173-
CMYK0.910.4900.32
HSL212.48º83.07%37.06%-
HSV(B)212.48º90.75%67.84%-
XYZ11.2510.1140.89-
YUV76.16182.6585.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.78%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 173 (67.97% from 255) = 62.45%
R=5.78%
G=31.77%
B=62.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16881730.910.4900.32212.4883.0737.06
Hex1058AD5B31020d45325
Octal201302551336104032412345
Binary1000010110001010110110110111100010100000110101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1058AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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