#1257B8

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

Shades of Denim #1257B8

Tints of Denim #1257B8

Color information

#1257B8 (or 0x1257B8) is unknown color: approx Denim. HEX triplet: 12, 57 and B8. RGB value is (18,87,184). Sum of RGB (Red+Green+Blue) = 18+87+184=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 184 (72.27% from 255 or 63.67% from 289); Max value from RGB is 184 - color contains mainly: blue. Hex color #1257B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257B8 is #EDA847. Grayscale: #4C4C4C. Windows color (decimal): -15575112 or 12080914. OLE color: 12080914.

HSL color Cylindrical-coordinate representation of color #1257B8: hue angle of 215.06º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1257B8 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1887184-
CMYK0.900.5300.28
HSL215.06º82.18%39.61%-
HSV(B)215.06º90.22%72.16%-
XYZ12.3110.4146.71-
YUV77.43188.1485.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 184 (72.27% from 255) = 63.67%
R=6.23%
G=30.10%
B=63.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18871840.900.5300.28215.0682.1839.61
Hex1257B85A3501Cd75228
Octal221272701326503432712250
Binary100101010111101110001011010110101011100110101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1257B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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