Html Css Color HEX #123787 Smalt

📋 copy color: '#123787'

red 18 ◦ green 55 ◦ blue 135

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

Shades of Smalt #123787

Tints of Smalt #123787

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 8.65%
G = 26.44%
B = 64.9%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123787 (or 0x123787) is known color: Smalt. HEX triplet: 12, 37 and 87. RGB value is (18,55,135). Sum of RGB (Red+Green+Blue) = 18+55+135=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #123787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123787 is #EDC878. Grayscale: #343434. Windows color (decimal): -15583353 or 8861458. OLE color: 8861458.

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

Color convert

RGB 18 55 135 -
CMYK 0.87 0.59 0 0.47
HSL 221.03º 0.76% 0.3% -
HSV(B) 221.03º 0.87% 0.53% -
XYZ 5.99 4.61 23.5 -
YUV 53.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 18 55 135 0.87 0.59 0 0.47 221.03 0.76 0.3
Hex 12 37 87 57 3B 0 2F DD 4C 1E
Octal 22 67 207 127 73 0 57 335 114 36
Binary 10010 110111 10000111 1010111 111011 0 101111 11011101 1001100 11110

Color Harmonies of #123787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123787

Black with #123787

Text Example


Text Example

White with #123787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123787; }

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

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

background-color css

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

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

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

border-color css

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

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

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