Html Css Color HEX #123589 Smalt

📋 copy color: '#123589'

red 18 ◦ green 53 ◦ blue 137

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

Shades of Smalt #123589

Tints of Smalt #123589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 8.65%
G = 25.48%
B = 65.87%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#123589 (or 0x123589) is known color: Smalt. HEX triplet: 12, 35 and 89. RGB value is (18,53,137). Sum of RGB (Red+Green+Blue) = 18+53+137=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #123589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123589 is #EDCA76. Grayscale: #333333. Windows color (decimal): -15583863 or 8992018. OLE color: 8992018.

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

Color convert

RGB 18 53 137 -
CMYK 0.87 0.61 0 0.46
HSL 222.35º 0.77% 0.3% -
HSV(B) 222.35º 0.87% 0.54% -
XYZ 6.04 4.48 24.21 -
YUV 52.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 18 53 137 0.87 0.61 0 0.46 222.35 0.77 0.3
Hex 12 35 89 57 3D 0 2E DE 4D 1E
Octal 22 65 211 127 75 0 56 336 115 36
Binary 10010 110101 10001001 1010111 111101 0 101110 11011110 1001101 11110

Color Harmonies of #123589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123589

Black with #123589

Text Example


Text Example

White with #123589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123589; }

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

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

background-color css

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

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

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

border-color css

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

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

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