Html Css Color HEX #123989 Smalt

📋 copy color: '#123989'

red 18 ◦ green 57 ◦ blue 137

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

Shades of Smalt #123989

Tints of Smalt #123989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 8.49%
G = 26.89%
B = 64.62%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#123989 (or 0x123989) is known color: Smalt. HEX triplet: 12, 39 and 89. RGB value is (18,57,137). Sum of RGB (Red+Green+Blue) = 18+57+137=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #123989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123989 is #EDC676. Grayscale: #363636. Windows color (decimal): -15582839 or 8993042. OLE color: 8993042.

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

Color convert

RGB 18 57 137 -
CMYK 0.87 0.58 0 0.46
HSL 220.34º 0.77% 0.3% -
HSV(B) 220.34º 0.87% 0.54% -
XYZ 6.23 4.86 24.28 -
YUV 54.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 18 57 137 0.87 0.58 0 0.46 220.34 0.77 0.3
Hex 12 39 89 57 3A 0 2E DC 4D 1E
Octal 22 71 211 127 72 0 56 334 115 36
Binary 10010 111001 10001001 1010111 111010 0 101110 11011100 1001101 11110

Color Harmonies of #123989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123989

Black with #123989

Text Example


Text Example

White with #123989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123989; }

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

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

background-color css

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

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

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

border-color css

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

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

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