#1257a7

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

Shades of Denim #1257A7

Tints of Denim #1257A7

Color information

#1257A7 (or 0x1257A7) is unknown color: approx Denim. HEX triplet: 12, 57 and A7. RGB value is (18,87,167). Sum of RGB (Red+Green+Blue) = 18+87+167=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 167 (65.62% from 255 or 61.40% from 272); Max value from RGB is 167 - color contains mainly: blue. Hex color #1257A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1257A7 is #EDA858. Grayscale: #4B4B4B. Windows color (decimal): -15575129 or 10966802. OLE color: 10966802.

HSL color Cylindrical-coordinate representation of color #1257A7: hue angle of 212.21º degrees, saturation: 0.81, 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 #1257A7 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1887167-
CMYK0.890.4800.35
HSL212.21º80.54%36.27%-
HSV(B)212.21º89.22%65.49%-
XYZ10.639.7437.88-
YUV75.49179.6487-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 167 (65.62% from 255) = 61.40%
R=6.62%
G=31.99%
B=61.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18871670.890.4800.35212.2180.5436.27
Hex1257A75930023d45124
Octal221272471316004332412144
Binary1001010101111010011110110011100000100011110101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1257a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1257a7; }

 p { color: rgb(18,87,167); }

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

<style>
 a { background-color: #1257a7; }

 a { background-color: rgb(18,87,167); }

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

<style>
 span { border-color: #1257a7; }

 span { border-color: rgb(18,87,167); }

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