#123C94

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

Shades of Smalt #123C94

Tints of Smalt #123C94

Color information

#123C94 (or 0x123C94) is unknown color: approx Smalt. HEX triplet: 12, 3C and 94. RGB value is (18,60,148). Sum of RGB (Red+Green+Blue) = 18+60+148=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #123C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C94 is #EDC36B. Grayscale: #393939. Windows color (decimal): -15582060 or 9714706. OLE color: 9714706.

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

Color convert

RGB1860148-
CMYK0.880.5900.42
HSL220.62º78.31%32.55%-
HSV(B)220.62º87.84%58.04%-
XYZ7.215.528.7-
YUV57.47179.0999.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 148 (58.20% from 255) = 65.49%
R=7.96%
G=26.55%
B=65.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18601480.880.5900.42220.6278.3132.55
Hex123C94583B02Add4e21
Octal22742241307305233511641
Binary100101111001001010010110001110110101010110111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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