#123083

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

Shades of Smalt #123083

Tints of Smalt #123083

Color information

#123083 (or 0x123083) is unknown color: approx Smalt. HEX triplet: 12, 30 and 83. RGB value is (18,48,131). Sum of RGB (Red+Green+Blue) = 18+48+131=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #123083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123083 is #EDCF7C. Grayscale: #303030. Windows color (decimal): -15585149 or 8597522. OLE color: 8597522.

HSL color Cylindrical-coordinate representation of color #123083: hue angle of 224.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123083 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1848131-
CMYK0.860.6300.49
HSL224.07º75.84%29.22%-
HSV(B)224.07º86.26%51.37%-
XYZ5.43.8821.94-
YUV48.49174.56106.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=9.14%
G=24.37%
B=66.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18481310.860.6300.49224.0775.8429.22
Hex123083563F031e04c1d
Octal22602031267706134011435
Binary10010110000100000111010110111111011000111100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123083; }

 p { color: rgb(18,48,131); }

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

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

 a { background-color: rgb(18,48,131); }

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

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

 span { border-color: rgb(18,48,131); }

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