#12298D

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

Shades of Smalt #12298D

Tints of Smalt #12298D

Color information

#12298D (or 0x12298D) is unknown color: approx Smalt. HEX triplet: 12, 29 and 8D. RGB value is (18,41,141). Sum of RGB (Red+Green+Blue) = 18+41+141=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #12298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12298D is #EDD672. Grayscale: #2D2D2D. Windows color (decimal): -15586931 or 9251090. OLE color: 9251090.

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

Color convert

RGB1841141-
CMYK0.870.7100.45
HSL228.78º77.36%31.18%-
HSV(B)228.78º87.23%55.29%-
XYZ5.853.6425.59-
YUV45.52181.88108.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 141 (55.47% from 255) = 70.5%
R=9%
G=20.5%
B=70.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18411410.870.7100.45228.7877.3631.18
Hex12298D574702De54d1f
Octal225121512710705534511537
Binary100101010011000110110101111000111010110111100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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