#12328A

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

Shades of Smalt #12328A

Tints of Smalt #12328A

Color information

#12328A (or 0x12328A) is unknown color: approx Smalt. HEX triplet: 12, 32 and 8A. RGB value is (18,50,138). Sum of RGB (Red+Green+Blue) = 18+50+138=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #12328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12328A is #EDCD75. Grayscale: #323232. Windows color (decimal): -15584630 or 9056786. OLE color: 9056786.

HSL color Cylindrical-coordinate representation of color #12328A: hue angle of 224º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12328A is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1850138-
CMYK0.870.6400.46
HSL224º76.92%30.59%-
HSV(B)224º86.96%54.12%-
XYZ5.984.2424.55-
YUV50.46177.4104.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 138 (54.30% from 255) = 66.99%
R=8.74%
G=24.27%
B=66.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18501380.870.6400.4622476.9230.59
Hex12328A574002Ee04d1f
Octal226221212710005634011537
Binary100101100101000101010101111000000010111011100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12328A; }

 p { color: rgb(18,50,138); }

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

<style>
 a { background-color: #12328A; }

 a { background-color: rgb(18,50,138); }

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

<style>
 span { border-color: #12328A; }

 span { border-color: rgb(18,50,138); }

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