Html Css Color HEX #123287 Smalt

📋 copy color: '#123287'

red 18 ◦ green 50 ◦ blue 135

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

Shades of Smalt #123287

Tints of Smalt #123287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 8.87%
G = 24.63%
B = 66.5%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123287 (or 0x123287) is known color: Smalt. HEX triplet: 12, 32 and 87. RGB value is (18,50,135). Sum of RGB (Red+Green+Blue) = 18+50+135=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #123287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123287 is #EDCD78. Grayscale: #313131. Windows color (decimal): -15584633 or 8860178. OLE color: 8860178.

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

Color convert

RGB 18 50 135 -
CMYK 0.87 0.63 0 0.47
HSL 223.59º 0.76% 0.3% -
HSV(B) 223.59º 0.87% 0.53% -
XYZ 5.76 4.16 23.42 -
YUV 50.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 18 50 135 0.87 0.63 0 0.47 223.59 0.76 0.3
Hex 12 32 87 57 3F 0 2F E0 4C 1E
Octal 22 62 207 127 77 0 57 340 114 36
Binary 10010 110010 10000111 1010111 111111 0 101111 11100000 1001100 11110

Color Harmonies of #123287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123287

Black with #123287

Text Example


Text Example

White with #123287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123287; }

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

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

background-color css

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

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

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

border-color css

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

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

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