#122F58

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

Shades of Sapphire #122F58

Tints of Sapphire #122F58

Color information

#122F58 (or 0x122F58) is unknown color: approx Sapphire. HEX triplet: 12, 2F and 58. RGB value is (18,47,88). Sum of RGB (Red+Green+Blue) = 18+47+88=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #122F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F58 is #EDD0A7. Grayscale: #2A2A2A. Windows color (decimal): -15585448 or 5779218. OLE color: 5779218.

HSL color Cylindrical-coordinate representation of color #122F58: hue angle of 215.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122F58 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB184788-
CMYK0.800.4700.65
HSL215.14º66.04%20.78%-
HSV(B)215.14º79.55%34.51%-
XYZ3.032.879.63-
YUV43153.39110.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=11.76%
G=30.72%
B=57.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1847880.800.4700.65215.1466.0420.78
Hex122F58502F041d74215
Octal225713012057010132710225
Binary10010101111101100010100001011110100000111010111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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