#123490

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

Shades of Smalt #123490

Tints of Smalt #123490

Color information

#123490 (or 0x123490) is unknown color: approx Smalt. HEX triplet: 12, 34 and 90. RGB value is (18,52,144). Sum of RGB (Red+Green+Blue) = 18+52+144=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #123490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123490 is #EDCB6F. Grayscale: #333333. Windows color (decimal): -15584112 or 9450514. OLE color: 9450514.

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

Color convert

RGB1852144-
CMYK0.880.6400.44
HSL223.81º77.78%31.76%-
HSV(B)223.81º87.5%56.47%-
XYZ6.514.626.93-
YUV52.32179.74103.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 144 (56.64% from 255) = 67.29%
R=8.41%
G=24.30%
B=67.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18521440.880.6400.44223.8177.7831.76
Hex123490584002Ce04e20
Octal226422013010005434011640
Binary1001011010010010000101100010000000101100111000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123490; }

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

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

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

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

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

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

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

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