#122B66

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

Shades of Sapphire #122B66

Tints of Sapphire #122B66

Color information

#122B66 (or 0x122B66) is unknown color: approx Sapphire. HEX triplet: 12, 2B and 66. RGB value is (18,43,102). Sum of RGB (Red+Green+Blue) = 18+43+102=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #122B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B66 is #EDD499. Grayscale: #292929. Windows color (decimal): -15586458 or 6695698. OLE color: 6695698.

HSL color Cylindrical-coordinate representation of color #122B66: hue angle of 222.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122B66 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1843102-
CMYK0.820.5800.6
HSL222.14º70%23.53%-
HSV(B)222.14º82.35%40%-
XYZ3.512.8212.93-
YUV42.25161.72110.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=11.04%
G=26.38%
B=62.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18431020.820.5800.6222.147023.53
Hex122B66523A03Cde4618
Octal22531461227207433610630
Binary1001010101111001101010010111010011110011011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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