Html Css Color HEX #123286 Smalt

📋 copy color: '#123286'

red 18 ◦ green 50 ◦ blue 134

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

Shades of Smalt #123286

Tints of Smalt #123286

RGB

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

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

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

R = 8.91%
G = 24.75%
B = 66.34%

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

#123286 (or 0x123286) is known color: Smalt. HEX triplet: 12, 32 and 86. RGB value is (18,50,134). Sum of RGB (Red+Green+Blue) = 18+50+134=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #123286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123286 is #EDCD79. Grayscale: #313131. Windows color (decimal): -15584634 or 8794642. OLE color: 8794642.

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

Color convert

RGB 18 50 134 -
CMYK 0.87 0.63 0 0.47
HSL 223.45º 0.76% 0.3% -
HSV(B) 223.45º 0.87% 0.53% -
XYZ 5.69 4.13 23.05 -
YUV 50.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 18 50 134 0.87 0.63 0 0.47 223.45 0.76 0.3
Hex 12 32 86 57 3F 0 2F DF 4C 1E
Octal 22 62 206 127 77 0 57 337 114 36
Binary 10010 110010 10000110 1010111 111111 0 101111 11011111 1001100 11110

Color Harmonies of #123286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123286

Black with #123286

Text Example


Text Example

White with #123286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123286; }

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

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

background-color css

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

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

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

border-color css

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

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

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