#123893

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

Shades of Smalt #123893

Tints of Smalt #123893

Color information

#123893 (or 0x123893) is unknown color: approx Smalt. HEX triplet: 12, 38 and 93. RGB value is (18,56,147). Sum of RGB (Red+Green+Blue) = 18+56+147=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #123893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123893 is #EDC76C. Grayscale: #363636. Windows color (decimal): -15583085 or 9648146. OLE color: 9648146.

HSL color Cylindrical-coordinate representation of color #123893: hue angle of 222.33º 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 #123893 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1856147-
CMYK0.880.6200.42
HSL222.33º78.18%32.35%-
HSV(B)222.33º87.76%57.65%-
XYZ6.935.0628.22-
YUV55.01179.91101.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=8.14%
G=25.34%
B=66.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18561470.880.6200.42222.3378.1832.35
Hex123893583E02Ade4e20
Octal22702231307605233611640
Binary100101110001001001110110001111100101010110111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123893; }

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

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

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

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

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

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

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

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