#123990

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

Shades of Smalt #123990

Tints of Smalt #123990

Color information

#123990 (or 0x123990) is unknown color: approx Smalt. HEX triplet: 12, 39 and 90. RGB value is (18,57,144). Sum of RGB (Red+Green+Blue) = 18+57+144=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #123990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123990 is #EDC66F. Grayscale: #363636. Windows color (decimal): -15582832 or 9451794. OLE color: 9451794.

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

Color convert

RGB1857144-
CMYK0.880.6000.44
HSL221.43º77.78%31.76%-
HSV(B)221.43º87.5%56.47%-
XYZ6.755.0727.01-
YUV55.26178.08101.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 144 (56.64% from 255) = 65.75%
R=8.22%
G=26.03%
B=65.75%

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
Decimal18571440.880.6000.44221.4377.7831.76
Hex123990583C02Cdd4e20
Octal22712201307405433511640
Binary100101110011001000010110001111000101100110111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123990; }

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

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

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

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

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

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

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

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