#1269AA

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

Shades of Denim #1269AA

Tints of Denim #1269AA

Color information

#1269AA (or 0x1269AA) is unknown color: approx Denim. HEX triplet: 12, 69 and AA. RGB value is (18,105,170). Sum of RGB (Red+Green+Blue) = 18+105+170=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #1269AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1269AA is #ED9655. Grayscale: #565656. Windows color (decimal): -15570518 or 11168018. OLE color: 11168018.

HSL color Cylindrical-coordinate representation of color #1269AA: hue angle of 205.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1269AA is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18105170-
CMYK0.890.3800.33
HSL205.66º80.85%36.86%-
HSV(B)205.66º89.41%66.67%-
XYZ12.5613.1339.9-
YUV86.4175.1879.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=6.14%
G=35.84%
B=58.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181051700.890.3800.33205.6680.8536.86
Hex1269AA5926021ce5125
Octal221512521314604131612145
Binary1001011010011010101010110011001100100001110011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1269AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1269AA; }

 p { color: rgb(18,105,170); }

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

<style>
 a { background-color: #1269AA; }

 a { background-color: rgb(18,105,170); }

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

<style>
 span { border-color: #1269AA; }

 span { border-color: rgb(18,105,170); }

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