Html Css Color HEX #123086 Smalt

📋 copy color: '#123086'

red 18 ◦ green 48 ◦ blue 134

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

Shades of Smalt #123086

Tints of Smalt #123086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 67%

R = 9%
G = 24%
B = 67%

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

#123086 (or 0x123086) is known color: Smalt. HEX triplet: 12, 30 and 86. RGB value is (18,48,134). Sum of RGB (Red+Green+Blue) = 18+48+134=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #123086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123086 is #EDCF79. Grayscale: #303030. Windows color (decimal): -15585146 or 8794130. OLE color: 8794130.

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

Color convert

RGB 18 48 134 -
CMYK 0.87 0.64 0 0.47
HSL 224.48º 0.76% 0.3% -
HSV(B) 224.48º 0.87% 0.53% -
XYZ 5.61 3.96 23.02 -
YUV 48.83 176.06 106.01 -
System Red Green Blue C M Y K H S L
Decimal 18 48 134 0.87 0.64 0 0.47 224.48 0.76 0.3
Hex 12 30 86 57 40 0 2F E0 4C 1E
Octal 22 60 206 127 100 0 57 340 114 36
Binary 10010 110000 10000110 1010111 1000000 0 101111 11100000 1001100 11110

Color Harmonies of #123086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123086

Black with #123086

Text Example


Text Example

White with #123086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123086; }

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

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

background-color css

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

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

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

border-color css

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

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

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