Html Css Color HEX #122B83 Smalt

📋 copy color: '#122B83'

red 18 ◦ green 43 ◦ blue 131

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

Shades of Smalt #122B83

Tints of Smalt #122B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

 BLUE value IS 131 (51.56% from 255) = 68.23%

R = 9.38%
G = 22.4%
B = 68.23%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122B83 (or 0x122B83) is known color: Smalt. HEX triplet: 12, 2B and 83. RGB value is (18,43,131). Sum of RGB (Red+Green+Blue) = 18+43+131=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #122B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B83 is #EDD47C. Grayscale: #2D2D2D. Windows color (decimal): -15586429 or 8596242. OLE color: 8596242.

HSL color Cylindrical-coordinate representation of color #122B83: hue angle of 226.73º 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 #122B83 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 43 131 -
CMYK 0.86 0.67 0 0.49
HSL 226.73º 0.76% 0.29% -
HSV(B) 226.73º 0.86% 0.51% -
XYZ 5.21 3.5 21.87 -
YUV 45.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 18 43 131 0.86 0.67 0 0.49 226.73 0.76 0.29
Hex 12 2B 83 56 43 0 31 E3 4C 1D
Octal 22 53 203 126 103 0 61 343 114 35
Binary 10010 101011 10000011 1010110 1000011 0 110001 11100011 1001100 11101

Color Harmonies of #122B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B83

Black with #122B83

Text Example


Text Example

White with #122B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,131); }

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

background-color css

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

 a { background-color: rgb(18,43,131); }

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

border-color css

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

 span { border-color: rgb(18,43,131); }

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