#123A8F

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

Shades of Smalt #123A8F

Tints of Smalt #123A8F

Color information

#123A8F (or 0x123A8F) is unknown color: approx Smalt. HEX triplet: 12, 3A and 8F. RGB value is (18,58,143). Sum of RGB (Red+Green+Blue) = 18+58+143=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #123A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A8F is #EDC570. Grayscale: #373737. Windows color (decimal): -15582577 or 9386514. OLE color: 9386514.

HSL color Cylindrical-coordinate representation of color #123A8F: hue angle of 220.8º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123A8F is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1858143-
CMYK0.870.5900.44
HSL220.8º77.64%31.57%-
HSV(B)220.8º87.41%56.08%-
XYZ6.725.1426.62-
YUV55.73177.25101.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 143 (56.25% from 255) = 65.30%
R=8.22%
G=26.48%
B=65.30%

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
Decimal18581430.870.5900.44220.877.6431.57
Hex123A8F573B02Cdd4e20
Octal22722171277305433511640
Binary100101110101000111110101111110110101100110111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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