#12378E

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

Shades of Smalt #12378E

Tints of Smalt #12378E

Color information

#12378E (or 0x12378E) is unknown color: approx Smalt. HEX triplet: 12, 37 and 8E. RGB value is (18,55,142). Sum of RGB (Red+Green+Blue) = 18+55+142=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #12378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12378E is #EDC871. Grayscale: #353535. Windows color (decimal): -15583346 or 9320210. OLE color: 9320210.

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

Color convert

RGB1855142-
CMYK0.870.6100.44
HSL222.1º77.5%31.37%-
HSV(B)222.1º87.32%55.69%-
XYZ6.54.8126.18-
YUV53.85177.74102.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 142 (55.86% from 255) = 66.05%
R=8.37%
G=25.58%
B=66.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18551420.870.6100.44222.177.531.37
Hex12378E573D02Cde4e1f
Octal22672161277505433611637
Binary10010110111100011101010111111101010110011011110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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