#12328B

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

Shades of Smalt #12328B

Tints of Smalt #12328B

Color information

#12328B (or 0x12328B) is unknown color: approx Smalt. HEX triplet: 12, 32 and 8B. RGB value is (18,50,139). Sum of RGB (Red+Green+Blue) = 18+50+139=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #12328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12328B is #EDCD74. Grayscale: #323232. Windows color (decimal): -15584629 or 9122322. OLE color: 9122322.

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

Color convert

RGB1850139-
CMYK0.870.6400.45
HSL224.13º77.07%30.78%-
HSV(B)224.13º87.05%54.51%-
XYZ6.054.2724.93-
YUV50.58177.9104.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 139 (54.69% from 255) = 67.15%
R=8.70%
G=24.15%
B=67.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18501390.870.6400.45224.1377.0730.78
Hex12328B574002De04d1f
Octal226221312710005534011537
Binary100101100101000101110101111000000010110111100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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