#1261a5

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

Shades of Denim #1261A5

Tints of Denim #1261A5

Color information

#1261A5 (or 0x1261A5) is unknown color: approx Denim. HEX triplet: 12, 61 and A5. RGB value is (18,97,165). Sum of RGB (Red+Green+Blue) = 18+97+165=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #1261A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1261A5 is #ED9E5A. Grayscale: #505050. Windows color (decimal): -15572571 or 10838290. OLE color: 10838290.

HSL color Cylindrical-coordinate representation of color #1261A5: hue angle of 207.76º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1261A5 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1897165-
CMYK0.890.4100.35
HSL207.76º80.33%35.88%-
HSV(B)207.76º89.09%64.71%-
XYZ11.3211.3937.2-
YUV81.13175.3382.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 165 (64.84% from 255) = 58.93%
R=6.43%
G=34.64%
B=58.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18971650.890.4100.35207.7680.3335.88
Hex1261A55929023d05024
Octal221412451315104332012044
Binary1001011000011010010110110011010010100011110100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1261a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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