Html Css Color HEX #123586 Smalt

📋 copy color: '#123586'

red 18 ◦ green 53 ◦ blue 134

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

Shades of Smalt #123586

Tints of Smalt #123586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 65.37%

R = 8.78%
G = 25.85%
B = 65.37%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123586 (or 0x123586) is known color: Smalt. HEX triplet: 12, 35 and 86. RGB value is (18,53,134). Sum of RGB (Red+Green+Blue) = 18+53+134=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #123586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123586 is #EDCA79. Grayscale: #333333. Windows color (decimal): -15583866 or 8795410. OLE color: 8795410.

HSL color Cylindrical-coordinate representation of color #123586: hue angle of 221.9º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123586 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 53 134 -
CMYK 0.87 0.60 0 0.47
HSL 221.9º 0.76% 0.3% -
HSV(B) 221.9º 0.87% 0.53% -
XYZ 5.83 4.4 23.1 -
YUV 51.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 18 53 134 0.87 0.60 0 0.47 221.9 0.76 0.3
Hex 12 35 86 57 3C 0 2F DE 4C 1E
Octal 22 65 206 127 74 0 57 336 114 36
Binary 10010 110101 10000110 1010111 111100 0 101111 11011110 1001100 11110

Color Harmonies of #123586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123586

Black with #123586

Text Example


Text Example

White with #123586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123586; }

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

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

background-color css

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

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

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

border-color css

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

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

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