Html Css Color HEX #123187 Smalt

📋 copy color: '#123187'

red 18 ◦ green 49 ◦ blue 135

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

Shades of Smalt #123187

Tints of Smalt #123187

RGB

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

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

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

R = 8.91%
G = 24.26%
B = 66.83%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123187 (or 0x123187) is known color: Smalt. HEX triplet: 12, 31 and 87. RGB value is (18,49,135). Sum of RGB (Red+Green+Blue) = 18+49+135=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #123187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123187 is #EDCE78. Grayscale: #313131. Windows color (decimal): -15584889 or 8859922. OLE color: 8859922.

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

Color convert

RGB 18 49 135 -
CMYK 0.87 0.64 0 0.47
HSL 224.1º 0.76% 0.3% -
HSV(B) 224.1º 0.87% 0.53% -
XYZ 5.72 4.07 23.41 -
YUV 49.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 18 49 135 0.87 0.64 0 0.47 224.1 0.76 0.3
Hex 12 31 87 57 40 0 2F E0 4C 1E
Octal 22 61 207 127 100 0 57 340 114 36
Binary 10010 110001 10000111 1010111 1000000 0 101111 11100000 1001100 11110

Color Harmonies of #123187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123187

Black with #123187

Text Example


Text Example

White with #123187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123187; }

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

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

background-color css

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

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

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

border-color css

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

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

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