#123B92

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

Shades of Smalt #123B92

Tints of Smalt #123B92

Color information

#123B92 (or 0x123B92) is unknown color: approx Smalt. HEX triplet: 12, 3B and 92. RGB value is (18,59,146). Sum of RGB (Red+Green+Blue) = 18+59+146=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #123B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B92 is #EDC46D. Grayscale: #383838. Windows color (decimal): -15582318 or 9583378. OLE color: 9583378.

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

Color convert

RGB1859146-
CMYK0.880.6000.43
HSL220.78º78.05%32.16%-
HSV(B)220.78º87.67%57.25%-
XYZ75.3327.85-
YUV56.66178.42100.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 59 (23.44% from 255) = 26.46%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=8.07%
G=26.46%
B=65.47%

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
Decimal18591460.880.6000.43220.7878.0532.16
Hex123B92583C02Bdd4e20
Octal22732221307405333511640
Binary100101110111001001010110001111000101011110111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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