#12298E

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

Shades of Smalt #12298E

Tints of Smalt #12298E

Color information

#12298E (or 0x12298E) is unknown color: approx Smalt. HEX triplet: 12, 29 and 8E. RGB value is (18,41,142). Sum of RGB (Red+Green+Blue) = 18+41+142=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #12298E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12298E is #EDD671. Grayscale: #2D2D2D. Windows color (decimal): -15586930 or 9316626. OLE color: 9316626.

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

Color convert

RGB1841142-
CMYK0.870.7100.44
HSL228.87º77.5%31.37%-
HSV(B)228.87º87.32%55.69%-
XYZ5.923.6725.99-
YUV45.64182.38108.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=8.96%
G=20.40%
B=70.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18411420.870.7100.44228.8777.531.37
Hex12298E574702Ce54e1f
Octal225121612710705434511637
Binary100101010011000111010101111000111010110011100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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