#123892

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

Shades of Smalt #123892

Tints of Smalt #123892

Color information

#123892 (or 0x123892) is unknown color: approx Smalt. HEX triplet: 12, 38 and 92. RGB value is (18,56,146). Sum of RGB (Red+Green+Blue) = 18+56+146=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #123892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123892 is #EDC76D. Grayscale: #363636. Windows color (decimal): -15583086 or 9582610. OLE color: 9582610.

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

Color convert

RGB1856146-
CMYK0.880.6200.43
HSL222.19º78.05%32.16%-
HSV(B)222.19º87.67%57.25%-
XYZ6.855.0327.8-
YUV54.9179.41101.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 146 (57.42% from 255) = 66.36%
R=8.18%
G=25.45%
B=66.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18561460.880.6200.43222.1978.0532.16
Hex123892583E02Bde4e20
Octal22702221307605333611640
Binary100101110001001001010110001111100101011110111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123892; }

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

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

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

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

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

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

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

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