#1065B4

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

Shades of Denim #1065B4

Tints of Denim #1065B4

Color information

#1065B4 (or 0x1065B4) is unknown color: approx Denim. HEX triplet: 10, 65 and B4. RGB value is (16,101,180). Sum of RGB (Red+Green+Blue) = 16+101+180=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #1065B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065B4 is #EF9A4B. Grayscale: #545454. Windows color (decimal): -15702604 or 11822352. OLE color: 11822352.

HSL color Cylindrical-coordinate representation of color #1065B4: hue angle of 208.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065B4 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16101180-
CMYK0.910.4400.29
HSL208.9º83.67%38.43%-
HSV(B)208.9º91.11%70.59%-
XYZ13.1112.7144.94-
YUV84.59181.8479.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 180 (70.70% from 255) = 60.61%
R=5.39%
G=34.01%
B=60.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161011800.910.4400.29208.983.6738.43
Hex1065B45B2C01Dd15426
Octal201452641335403532112446
Binary100001100101101101001011011101100011101110100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1065B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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