#1065B1

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

Shades of Denim #1065B1

Tints of Denim #1065B1

Color information

#1065B1 (or 0x1065B1) is unknown color: approx Denim. HEX triplet: 10, 65 and B1. RGB value is (16,101,177). Sum of RGB (Red+Green+Blue) = 16+101+177=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #1065B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1065B1 is #EF9A4E. Grayscale: #535353. Windows color (decimal): -15702607 or 11625744. OLE color: 11625744.

HSL color Cylindrical-coordinate representation of color #1065B1: hue angle of 208.32º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065B1 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16101177-
CMYK0.910.4300.31
HSL208.32º83.42%37.84%-
HSV(B)208.32º90.96%69.41%-
XYZ12.812.5943.35-
YUV84.25180.3479.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 177 (69.53% from 255) = 60.20%
R=5.44%
G=34.35%
B=60.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161011770.910.4300.31208.3283.4237.84
Hex1065B15B2B01Fd05326
Octal201452611335303732012346
Binary100001100101101100011011011101011011111110100001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1065B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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