#1058AE

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

Shades of Denim #1058AE

Tints of Denim #1058AE

Color information

#1058AE (or 0x1058AE) is unknown color: approx Denim. HEX triplet: 10, 58 and AE. RGB value is (16,88,174). Sum of RGB (Red+Green+Blue) = 16+88+174=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #1058AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1058AE is #EFA751. Grayscale: #4B4B4B. Windows color (decimal): -15705938 or 11425808. OLE color: 11425808.

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

Color convert

RGB1688174-
CMYK0.910.4900.32
HSL212.66º83.16%37.25%-
HSV(B)212.66º90.8%68.24%-
XYZ11.3410.1541.4-
YUV76.28183.1585.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.76%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=5.76%
G=31.65%
B=62.59%

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
Decimal16881740.910.4900.32212.6683.1637.25
Hex1058AE5B31020d55325
Octal201302561336104032512345
Binary1000010110001010111010110111100010100000110101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1058AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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