#123A92

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

Shades of Smalt #123A92

Tints of Smalt #123A92

Color information

#123A92 (or 0x123A92) is unknown color: approx Smalt. HEX triplet: 12, 3A and 92. RGB value is (18,58,146). Sum of RGB (Red+Green+Blue) = 18+58+146=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #123A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A92 is #EDC56D. Grayscale: #373737. Windows color (decimal): -15582574 or 9583122. OLE color: 9583122.

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

Color convert

RGB1858146-
CMYK0.880.6000.43
HSL221.25º78.05%32.16%-
HSV(B)221.25º87.67%57.25%-
XYZ6.955.2327.84-
YUV56.07178.75100.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=8.11%
G=26.13%
B=65.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18581460.880.6000.43221.2578.0532.16
Hex123A92583C02Bdd4e20
Octal22722221307405333511640
Binary100101110101001001010110001111000101011110111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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