#122F71

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

Shades of Sapphire #122F71

Tints of Sapphire #122F71

Color information

#122F71 (or 0x122F71) is unknown color: approx Sapphire. HEX triplet: 12, 2F and 71. RGB value is (18,47,113). Sum of RGB (Red+Green+Blue) = 18+47+113=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #122F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F71 is #EDD08E. Grayscale: #2D2D2D. Windows color (decimal): -15585423 or 7417618. OLE color: 7417618.

HSL color Cylindrical-coordinate representation of color #122F71: hue angle of 221.68º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122F71 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1847113-
CMYK0.840.5800.56
HSL221.68º72.52%25.69%-
HSV(B)221.68º84.07%44.31%-
XYZ4.253.3516.05-
YUV45.85165.89108.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=10.11%
G=26.40%
B=63.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18471130.840.5800.56221.6872.5225.69
Hex122F71543A038de491a
Octal22571611247207033611132
Binary1001010111111100011010100111010011100011011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,47,113); }

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

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

 a { background-color: rgb(18,47,113); }

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

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

 span { border-color: rgb(18,47,113); }

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