#12318E

Color #12318E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #12318E

Tints of Smalt #12318E

Color information

#12318E (or 0x12318E) is unknown color: approx Smalt. HEX triplet: 12, 31 and 8E. RGB value is (18,49,142). Sum of RGB (Red+Green+Blue) = 18+49+142=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #12318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12318E is #EDCE71. Grayscale: #313131. Windows color (decimal): -15584882 or 9318674. OLE color: 9318674.

HSL color Cylindrical-coordinate representation of color #12318E: hue angle of 225º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12318E is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1849142-
CMYK0.870.6500.44
HSL225º77.5%31.37%-
HSV(B)225º87.32%55.69%-
XYZ6.234.2826.09-
YUV50.33179.73104.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=8.61%
G=23.44%
B=67.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18491420.870.6500.4422577.531.37
Hex12318E574102Ce14e1f
Octal226121612710105434111637
Binary100101100011000111010101111000001010110011100001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12318E; }

 p { color: rgb(18,49,142); }

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

<style>
 a { background-color: #12318E; }

 a { background-color: rgb(18,49,142); }

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

<style>
 span { border-color: #12318E; }

 span { border-color: rgb(18,49,142); }

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