Html Css Color HEX #122E90 Smalt

📋 copy color: '#122E90'

red 18 ◦ green 46 ◦ blue 144

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

Shades of Smalt #122E90

Tints of Smalt #122E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.12%

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

R = 8.65%
G = 22.12%
B = 69.23%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#122E90 (or 0x122E90) is known color: Smalt. HEX triplet: 12, 2E and 90. RGB value is (18,46,144). Sum of RGB (Red+Green+Blue) = 18+46+144=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #122E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E90 is #EDD16F. Grayscale: #303030. Windows color (decimal): -15585648 or 9448978. OLE color: 9448978.

HSL color Cylindrical-coordinate representation of color #122E90: hue angle of 226.67º 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 #122E90 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 46 144 -
CMYK 0.88 0.68 0 0.44
HSL 226.67º 0.78% 0.32% -
HSV(B) 226.67º 0.88% 0.56% -
XYZ 6.26 4.1 26.85 -
YUV 48.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 18 46 144 0.88 0.68 0 0.44 226.67 0.78 0.32
Hex 12 2E 90 58 44 0 2C E3 4E 20
Octal 22 56 220 130 104 0 54 343 116 40
Binary 10010 101110 10010000 1011000 1000100 0 101100 11100011 1001110 100000

Color Harmonies of #122E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E90

Black with #122E90

Text Example


Text Example

White with #122E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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