#12328E

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

Shades of Smalt #12328E

Tints of Smalt #12328E

Color information

#12328E (or 0x12328E) is unknown color: approx Smalt. HEX triplet: 12, 32 and 8E. RGB value is (18,50,142). Sum of RGB (Red+Green+Blue) = 18+50+142=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #12328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12328E is #EDCD71. Grayscale: #323232. Windows color (decimal): -15584626 or 9318930. OLE color: 9318930.

HSL color Cylindrical-coordinate representation of color #12328E: hue angle of 224.52º 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 #12328E is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1850142-
CMYK0.870.6500.44
HSL224.52º77.5%31.37%-
HSV(B)224.52º87.32%55.69%-
XYZ6.274.3626.1-
YUV50.92179.4104.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 142 (55.86% from 255) = 67.62%
R=8.57%
G=23.81%
B=67.62%

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
Decimal18501420.870.6500.44224.5277.531.37
Hex12328E574102Ce14e1f
Octal226221612710105434111637
Binary100101100101000111010101111000001010110011100001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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