#1261AC

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

Shades of Denim #1261AC

Tints of Denim #1261AC

Color information

#1261AC (or 0x1261AC) is unknown color: approx Denim. HEX triplet: 12, 61 and AC. RGB value is (18,97,172). Sum of RGB (Red+Green+Blue) = 18+97+172=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #1261AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1261AC is #ED9E53. Grayscale: #515151. Windows color (decimal): -15572564 or 11297042. OLE color: 11297042.

HSL color Cylindrical-coordinate representation of color #1261AC: hue angle of 209.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1261AC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1897172-
CMYK0.900.4400.33
HSL209.22º81.05%37.25%-
HSV(B)209.22º89.53%67.45%-
XYZ11.9711.6640.65-
YUV81.93178.8382.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=6.27%
G=33.80%
B=59.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18971720.900.4400.33209.2281.0537.25
Hex1261AC5A2C021d15125
Octal221412541325404132112145
Binary1001011000011010110010110101011000100001110100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1261AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1261AC; }

 p { color: rgb(18,97,172); }

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

<style>
 a { background-color: #1261AC; }

 a { background-color: rgb(18,97,172); }

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

<style>
 span { border-color: #1261AC; }

 span { border-color: rgb(18,97,172); }

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