#123A90

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

Shades of Smalt #123A90

Tints of Smalt #123A90

Color information

#123A90 (or 0x123A90) is unknown color: approx Smalt. HEX triplet: 12, 3A and 90. RGB value is (18,58,144). Sum of RGB (Red+Green+Blue) = 18+58+144=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #123A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A90 is #EDC56F. Grayscale: #373737. Windows color (decimal): -15582576 or 9452050. OLE color: 9452050.

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

Color convert

RGB1858144-
CMYK0.880.6000.44
HSL220.95º77.78%31.76%-
HSV(B)220.95º87.5%56.47%-
XYZ6.85.1727.02-
YUV55.84177.75101.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=8.18%
G=26.36%
B=65.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18581440.880.6000.44220.9577.7831.76
Hex123A90583C02Cdd4e20
Octal22722201307405433511640
Binary100101110101001000010110001111000101100110111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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