#123A8E

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

Shades of Smalt #123A8E

Tints of Smalt #123A8E

Color information

#123A8E (or 0x123A8E) is unknown color: approx Smalt. HEX triplet: 12, 3A and 8E. RGB value is (18,58,142). Sum of RGB (Red+Green+Blue) = 18+58+142=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #123A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A8E is #EDC571. Grayscale: #373737. Windows color (decimal): -15582578 or 9320978. OLE color: 9320978.

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

Color convert

RGB1858142-
CMYK0.870.5900.44
HSL220.65º77.5%31.37%-
HSV(B)220.65º87.32%55.69%-
XYZ6.645.1126.23-
YUV55.62176.75101.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 142 (55.86% from 255) = 65.14%
R=8.26%
G=26.61%
B=65.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18581420.870.5900.44220.6577.531.37
Hex123A8E573B02Cdd4e1f
Octal22722161277305433511637
Binary10010111010100011101010111111011010110011011101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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