Html Css Color HEX #122E82 Smalt

📋 copy color: '#122E82'

red 18 ◦ green 46 ◦ blue 130

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

Shades of Smalt #122E82

Tints of Smalt #122E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.01%

R = 9.28%
G = 23.71%
B = 67.01%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122E82 (or 0x122E82) is known color: Smalt. HEX triplet: 12, 2E and 82. RGB value is (18,46,130). Sum of RGB (Red+Green+Blue) = 18+46+130=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #122E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E82 is #EDD17D. Grayscale: #2E2E2E. Windows color (decimal): -15585662 or 8531474. OLE color: 8531474.

HSL color Cylindrical-coordinate representation of color #122E82: hue angle of 225º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122E82 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 46 130 -
CMYK 0.86 0.65 0 0.49
HSL 225º 0.76% 0.29% -
HSV(B) 225º 0.86% 0.51% -
XYZ 5.26 3.69 21.56 -
YUV 47.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 18 46 130 0.86 0.65 0 0.49 225 0.76 0.29
Hex 12 2E 82 56 41 0 31 E1 4C 1D
Octal 22 56 202 126 101 0 61 341 114 35
Binary 10010 101110 10000010 1010110 1000001 0 110001 11100001 1001100 11101

Color Harmonies of #122E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E82

Black with #122E82

Text Example


Text Example

White with #122E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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