#123089

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

Shades of Smalt #123089

Tints of Smalt #123089

Color information

#123089 (or 0x123089) is unknown color: approx Smalt. HEX triplet: 12, 30 and 89. RGB value is (18,48,137). Sum of RGB (Red+Green+Blue) = 18+48+137=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #123089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123089 is #EDCF76. Grayscale: #303030. Windows color (decimal): -15585143 or 8990738. OLE color: 8990738.

HSL color Cylindrical-coordinate representation of color #123089: hue angle of 224.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123089 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1848137-
CMYK0.870.6500.46
HSL224.87º76.77%30.39%-
HSV(B)224.87º86.86%53.73%-
XYZ5.824.0524.14-
YUV49.18177.56105.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 137 (53.91% from 255) = 67.49%
R=8.87%
G=23.65%
B=67.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18481370.870.6500.46224.8776.7730.39
Hex123089574102Ee14d1e
Octal226021112710105634111536
Binary100101100001000100110101111000001010111011100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123089; }

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

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

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

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

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

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

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

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