#123C91

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

Shades of Smalt #123C91

Tints of Smalt #123C91

Color information

#123C91 (or 0x123C91) is unknown color: approx Smalt. HEX triplet: 12, 3C and 91. RGB value is (18,60,145). Sum of RGB (Red+Green+Blue) = 18+60+145=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #123C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C91 is #EDC36E. Grayscale: #383838. Windows color (decimal): -15582063 or 9518098. OLE color: 9518098.

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

Color convert

RGB1860145-
CMYK0.880.5900.43
HSL220.16º77.91%31.96%-
HSV(B)220.16º87.59%56.86%-
XYZ6.985.427.46-
YUV57.13177.59100.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=8.07%
G=26.91%
B=65.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18601450.880.5900.43220.1677.9131.96
Hex123C91583B02Bdc4e20
Octal22742211307305333411640
Binary100101111001001000110110001110110101011110111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,60,145); }

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

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

 a { background-color: rgb(18,60,145); }

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

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

 span { border-color: rgb(18,60,145); }

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