#12298B

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

Shades of Smalt #12298B

Tints of Smalt #12298B

Color information

#12298B (or 0x12298B) is unknown color: approx Smalt. HEX triplet: 12, 29 and 8B. RGB value is (18,41,139). Sum of RGB (Red+Green+Blue) = 18+41+139=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #12298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12298B is #EDD674. Grayscale: #2C2C2C. Windows color (decimal): -15586933 or 9120018. OLE color: 9120018.

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

Color convert

RGB1841139-
CMYK0.870.7100.45
HSL228.6º77.07%30.78%-
HSV(B)228.6º87.05%54.51%-
XYZ5.73.5824.82-
YUV45.3180.88108.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=9.09%
G=20.71%
B=70.20%

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
Decimal18411390.870.7100.45228.677.0730.78
Hex12298B574702De54d1f
Octal225121312710705534511537
Binary100101010011000101110101111000111010110111100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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