#123F93

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

Shades of Smalt #123F93

Tints of Smalt #123F93

Color information

#123F93 (or 0x123F93) is unknown color: approx Smalt. HEX triplet: 12, 3F and 93. RGB value is (18,63,147). Sum of RGB (Red+Green+Blue) = 18+63+147=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #123F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F93 is #EDC06C. Grayscale: #3A3A3A. Windows color (decimal): -15581293 or 9649938. OLE color: 9649938.

HSL color Cylindrical-coordinate representation of color #123F93: hue angle of 219.07º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123F93 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1863147-
CMYK0.880.5700.42
HSL219.07º78.18%32.35%-
HSV(B)219.07º87.76%57.65%-
XYZ7.295.7928.34-
YUV59.12177.5998.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=7.89%
G=27.63%
B=64.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18631470.880.5700.42219.0778.1832.35
Hex123F93583902Adb4e20
Octal22772231307105233311640
Binary100101111111001001110110001110010101010110110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123F93; }

 p { color: rgb(18,63,147); }

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

<style>
 a { background-color: #123F93; }

 a { background-color: rgb(18,63,147); }

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

<style>
 span { border-color: #123F93; }

 span { border-color: rgb(18,63,147); }

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