Html Css Color HEX #122C89 Smalt

📋 copy color: '#122C89'

red 18 ◦ green 44 ◦ blue 137

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

Shades of Smalt #122C89

Tints of Smalt #122C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

 BLUE value IS 137 (53.91% from 255) = 68.84%

R = 9.05%
G = 22.11%
B = 68.84%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#122C89 (or 0x122C89) is known color: Smalt. HEX triplet: 12, 2C and 89. RGB value is (18,44,137). Sum of RGB (Red+Green+Blue) = 18+44+137=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #122C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C89 is #EDD376. Grayscale: #2E2E2E. Windows color (decimal): -15586167 or 8989714. OLE color: 8989714.

HSL color Cylindrical-coordinate representation of color #122C89: hue angle of 226.89º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122C89 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 44 137 -
CMYK 0.87 0.68 0 0.46
HSL 226.89º 0.77% 0.3% -
HSV(B) 226.89º 0.87% 0.54% -
XYZ 5.67 3.74 24.09 -
YUV 46.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 18 44 137 0.87 0.68 0 0.46 226.89 0.77 0.3
Hex 12 2C 89 57 44 0 2E E3 4D 1E
Octal 22 54 211 127 104 0 56 343 115 36
Binary 10010 101100 10001001 1010111 1000100 0 101110 11100011 1001101 11110

Color Harmonies of #122C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C89

Black with #122C89

Text Example


Text Example

White with #122C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,44,137); }

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

background-color css

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

 a { background-color: rgb(18,44,137); }

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

border-color css

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

 span { border-color: rgb(18,44,137); }

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