Html Css Color HEX #123087 Smalt

📋 copy color: '#123087'

red 18 ◦ green 48 ◦ blue 135

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

Shades of Smalt #123087

Tints of Smalt #123087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

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

R = 8.96%
G = 23.88%
B = 67.16%

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

#123087 (or 0x123087) is known color: Smalt. HEX triplet: 12, 30 and 87. RGB value is (18,48,135). Sum of RGB (Red+Green+Blue) = 18+48+135=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #123087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123087 is #EDCF78. Grayscale: #303030. Windows color (decimal): -15585145 or 8859666. OLE color: 8859666.

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

Color convert

RGB 18 48 135 -
CMYK 0.87 0.64 0 0.47
HSL 224.62º 0.76% 0.3% -
HSV(B) 224.62º 0.87% 0.53% -
XYZ 5.68 3.99 23.39 -
YUV 48.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 18 48 135 0.87 0.64 0 0.47 224.62 0.76 0.3
Hex 12 30 87 57 40 0 2F E1 4C 1E
Octal 22 60 207 127 100 0 57 341 114 36
Binary 10010 110000 10000111 1010111 1000000 0 101111 11100001 1001100 11110

Color Harmonies of #123087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123087

Black with #123087

Text Example


Text Example

White with #123087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123087; }

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

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

background-color css

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

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

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

border-color css

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

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

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