#122B81

Color #122B81 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #122B81

Tints of Sapphire #122B81

Color information

#122B81 (or 0x122B81) is unknown color: approx Sapphire. HEX triplet: 12, 2B and 81. RGB value is (18,43,129). Sum of RGB (Red+Green+Blue) = 18+43+129=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #122B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B81 is #EDD47E. Grayscale: #2C2C2C. Windows color (decimal): -15586431 or 8465170. OLE color: 8465170.

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

Color convert

RGB1843129-
CMYK0.860.6700.49
HSL226.49º75.51%28.82%-
HSV(B)226.49º86.05%50.59%-
XYZ5.083.4421.17-
YUV45.33175.22108.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 129 (50.78% from 255) = 67.89%
R=9.47%
G=22.63%
B=67.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18431290.860.6700.49226.4975.5128.82
Hex122B815643031e24c1d
Octal225320112610306134211435
Binary100101010111000000110101101000011011000111100010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #122B81;
 }
 .AnyTagClassName
 {
   color: #122B81;
 }
</style>
background-color css

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

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

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

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

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

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