Html Css Color HEX #123189 Smalt

📋 copy color: '#123189'

red 18 ◦ green 49 ◦ blue 137

#123189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #123189

Tints of Smalt #123189

RGB

 RED value IS 18 (7.42% from 255) = 8.82%

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 137 (53.91% from 255) = 67.16%

R = 8.82%
G = 24.02%
B = 67.16%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#123189 (or 0x123189) is known color: Smalt. HEX triplet: 12, 31 and 89. RGB value is (18,49,137). Sum of RGB (Red+Green+Blue) = 18+49+137=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #123189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123189 is #EDCE76. Grayscale: #313131. Windows color (decimal): -15584887 or 8990994. OLE color: 8990994.

HSL color Cylindrical-coordinate representation of color #123189: hue angle of 224.37º 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 #123189 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 49 137 -
CMYK 0.87 0.64 0 0.46
HSL 224.37º 0.77% 0.3% -
HSV(B) 224.37º 0.87% 0.54% -
XYZ 5.86 4.13 24.16 -
YUV 49.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 18 49 137 0.87 0.64 0 0.46 224.37 0.77 0.3
Hex 12 31 89 57 40 0 2E E0 4D 1E
Octal 22 61 211 127 100 0 56 340 115 36
Binary 10010 110001 10001001 1010111 1000000 0 101110 11100000 1001101 11110

Color Harmonies of #123189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123189

Black with #123189

Text Example


Text Example

White with #123189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123189; }

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

 H1.HeaderClassName
 {
   color: #123189;
 }
 .AnyTagClassName
 {
   color: #123189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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