#1065A5

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

Shades of Denim #1065A5

Tints of Denim #1065A5

Color information

#1065A5 (or 0x1065A5) is unknown color: approx Denim. HEX triplet: 10, 65 and A5. RGB value is (16,101,165). Sum of RGB (Red+Green+Blue) = 16+101+165=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #1065A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1065A5 is #EF9A5A. Grayscale: #525252. Windows color (decimal): -15702619 or 10839312. OLE color: 10839312.

HSL color Cylindrical-coordinate representation of color #1065A5: hue angle of 205.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1065A5 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16101165-
CMYK0.900.3900.35
HSL205.77º82.32%35.49%-
HSV(B)205.77º90.3%64.71%-
XYZ11.6612.1337.32-
YUV82.88174.3480.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 165 (64.84% from 255) = 58.51%
R=5.67%
G=35.82%
B=58.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161011650.900.3900.35205.7782.3235.49
Hex1065A55A27023ce5223
Octal201452451324704331612243
Binary1000011001011010010110110101001110100011110011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1065A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1065A5; }

 p { color: rgb(16,101,165); }

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

<style>
 a { background-color: #1065A5; }

 a { background-color: rgb(16,101,165); }

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

<style>
 span { border-color: #1065A5; }

 span { border-color: rgb(16,101,165); }

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