#122B56

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

Shades of Sapphire #122B56

Tints of Sapphire #122B56

Color information

#122B56 (or 0x122B56) is unknown color: approx Sapphire. HEX triplet: 12, 2B and 56. RGB value is (18,43,86). Sum of RGB (Red+Green+Blue) = 18+43+86=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #122B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B56 is #EDD4A9. Grayscale: #282828. Windows color (decimal): -15586474 or 5647122. OLE color: 5647122.

HSL color Cylindrical-coordinate representation of color #122B56: hue angle of 217.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122B56 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB184386-
CMYK0.790.5000.66
HSL217.94º65.38%20.39%-
HSV(B)217.94º79.07%33.73%-
XYZ2.792.539.14-
YUV40.43153.72112-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 86 (33.98% from 255) = 58.50%
R=12.24%
G=29.25%
B=58.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1843860.790.5000.66217.9465.3820.39
Hex122B564F32042da4114
Octal225312611762010233210124
Binary10010101011101011010011111100100100001011011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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