Html Css Color HEX #123587 Smalt

📋 copy color: '#123587'

red 18 ◦ green 53 ◦ blue 135

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

Shades of Smalt #123587

Tints of Smalt #123587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.53%

R = 8.74%
G = 25.73%
B = 65.53%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123587 (or 0x123587) is known color: Smalt. HEX triplet: 12, 35 and 87. RGB value is (18,53,135). Sum of RGB (Red+Green+Blue) = 18+53+135=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #123587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123587 is #EDCA78. Grayscale: #333333. Windows color (decimal): -15583865 or 8860946. OLE color: 8860946.

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

Color convert

RGB 18 53 135 -
CMYK 0.87 0.61 0 0.47
HSL 222.05º 0.76% 0.3% -
HSV(B) 222.05º 0.87% 0.53% -
XYZ 5.9 4.42 23.46 -
YUV 51.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 18 53 135 0.87 0.61 0 0.47 222.05 0.76 0.3
Hex 12 35 87 57 3D 0 2F DE 4C 1E
Octal 22 65 207 127 75 0 57 336 114 36
Binary 10010 110101 10000111 1010111 111101 0 101111 11011110 1001100 11110

Color Harmonies of #123587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123587

Black with #123587

Text Example


Text Example

White with #123587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123587; }

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

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

background-color css

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

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

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

border-color css

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

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

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