#12288E

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

Shades of Smalt #12288E

Tints of Smalt #12288E

Color information

#12288E (or 0x12288E) is unknown color: approx Smalt. HEX triplet: 12, 28 and 8E. RGB value is (18,40,142). Sum of RGB (Red+Green+Blue) = 18+40+142=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #12288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12288E is #EDD771. Grayscale: #2C2C2C. Windows color (decimal): -15587186 or 9316370. OLE color: 9316370.

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

Color convert

RGB1840142-
CMYK0.870.7200.44
HSL229.35º77.5%31.37%-
HSV(B)229.35º87.32%55.69%-
XYZ5.893.625.98-
YUV45.05182.71108.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 71%
R=9%
G=20%
B=71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18401420.870.7200.44229.3577.531.37
Hex12288E574802Ce54e1f
Octal225021612711005434511637
Binary100101010001000111010101111001000010110011100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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