Html Css Color HEX #123190 Smalt

📋 copy color: '#123190'

red 18 ◦ green 49 ◦ blue 144

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

Shades of Smalt #123190

Tints of Smalt #123190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 8.53%
G = 23.22%
B = 68.25%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#123190 (or 0x123190) is known color: Smalt. HEX triplet: 12, 31 and 90. RGB value is (18,49,144). Sum of RGB (Red+Green+Blue) = 18+49+144=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #123190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123190 is #EDCE6F. Grayscale: #323232. Windows color (decimal): -15584880 or 9449746. OLE color: 9449746.

HSL color Cylindrical-coordinate representation of color #123190: hue angle of 225.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123190 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 49 144 -
CMYK 0.88 0.66 0 0.44
HSL 225.24º 0.78% 0.32% -
HSV(B) 225.24º 0.88% 0.56% -
XYZ 6.38 4.34 26.89 -
YUV 50.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 18 49 144 0.88 0.66 0 0.44 225.24 0.78 0.32
Hex 12 31 90 58 42 0 2C E1 4E 20
Octal 22 61 220 130 102 0 54 341 116 40
Binary 10010 110001 10010000 1011000 1000010 0 101100 11100001 1001110 100000

Color Harmonies of #123190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123190

Black with #123190

Text Example


Text Example

White with #123190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123190; }

 p { color: rgb(18,49,144); }

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

background-color css

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

 a { background-color: rgb(18,49,144); }

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

border-color css

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

 span { border-color: rgb(18,49,144); }

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