#1065B3

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

Shades of Denim #1065B3

Tints of Denim #1065B3

Color information

#1065B3 (or 0x1065B3) is unknown color: approx Denim. HEX triplet: 10, 65 and B3. RGB value is (16,101,179). Sum of RGB (Red+Green+Blue) = 16+101+179=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #1065B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065B3 is #EF9A4C. Grayscale: #545454. Windows color (decimal): -15702605 or 11756816. OLE color: 11756816.

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

Color convert

RGB16101179-
CMYK0.910.4400.30
HSL208.71º83.59%38.24%-
HSV(B)208.71º91.06%70.2%-
XYZ1312.6744.41-
YUV84.48181.3479.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.41%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 179 (70.31% from 255) = 60.47%
R=5.41%
G=34.12%
B=60.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161011790.910.4400.30208.7183.5938.24
Hex1065B35B2C01Ed15426
Octal201452631335403632112446
Binary100001100101101100111011011101100011110110100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1065B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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