#1064B9

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

Shades of Denim #1064B9

Tints of Denim #1064B9

Color information

#1064B9 (or 0x1064B9) is unknown color: approx Denim. HEX triplet: 10, 64 and B9. RGB value is (16,100,185). Sum of RGB (Red+Green+Blue) = 16+100+185=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #1064B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064B9 is #EF9B46. Grayscale: #545454. Windows color (decimal): -15702855 or 12149776. OLE color: 12149776.

HSL color Cylindrical-coordinate representation of color #1064B9: hue angle of 210.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1064B9 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16100185-
CMYK0.910.4600.27
HSL210.18º84.08%39.41%-
HSV(B)210.18º91.35%72.55%-
XYZ13.5312.7347.64-
YUV84.57184.6779.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=5.32%
G=33.22%
B=61.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161001850.910.4600.27210.1884.0839.41
Hex1064B95B2E01Bd25427
Octal201442711335603332212447
Binary100001100100101110011011011101110011011110100101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1064B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1064B9; }

 p { color: rgb(16,100,185); }

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

<style>
 a { background-color: #1064B9; }

 a { background-color: rgb(16,100,185); }

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

<style>
 span { border-color: #1064B9; }

 span { border-color: rgb(16,100,185); }

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