#12278D

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

Shades of Smalt #12278D

Tints of Smalt #12278D

Color information

#12278D (or 0x12278D) is unknown color: approx Smalt. HEX triplet: 12, 27 and 8D. RGB value is (18,39,141). Sum of RGB (Red+Green+Blue) = 18+39+141=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #12278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12278D is #EDD872. Grayscale: #2B2B2B. Windows color (decimal): -15587443 or 9250578. OLE color: 9250578.

HSL color Cylindrical-coordinate representation of color #12278D: hue angle of 229.76º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12278D is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1839141-
CMYK0.870.7200.45
HSL229.76º77.36%31.18%-
HSV(B)229.76º87.23%55.29%-
XYZ5.783.525.57-
YUV44.35182.54109.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 141 (55.47% from 255) = 71.21%
R=9.09%
G=19.70%
B=71.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18391410.870.7200.45229.7677.3631.18
Hex12278D574802De64d1f
Octal224721512711005534611537
Binary100101001111000110110101111001000010110111100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12278D; }

 p { color: rgb(18,39,141); }

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

<style>
 a { background-color: #12278D; }

 a { background-color: rgb(18,39,141); }

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

<style>
 span { border-color: #12278D; }

 span { border-color: rgb(18,39,141); }

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