#121F57

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

Shades of Sapphire #121F57

Tints of Sapphire #121F57

Color information

#121F57 (or 0x121F57) is unknown color: approx Sapphire. HEX triplet: 12, 1F and 57. RGB value is (18,31,87). Sum of RGB (Red+Green+Blue) = 18+31+87=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #121F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F57 is #EDE0A8. Grayscale: #212121. Windows color (decimal): -15589545 or 5709586. OLE color: 5709586.

HSL color Cylindrical-coordinate representation of color #121F57: hue angle of 228.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121F57 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB183187-
CMYK0.790.6400.66
HSL228.7º65.71%20.59%-
HSV(B)228.7º79.31%34.12%-
XYZ2.461.89.23-
YUV33.5158.19116.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 87 (34.38% from 255) = 63.97%
R=13.24%
G=22.79%
B=63.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1831870.790.6400.66228.765.7120.59
Hex121F574F40042e54215
Octal2237127117100010234510225
Binary10010111111010111100111110000000100001011100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F57; }

 p { color: rgb(18,31,87); }

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

<style>
 a { background-color: #121F57; }

 a { background-color: rgb(18,31,87); }

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

<style>
 span { border-color: #121F57; }

 span { border-color: rgb(18,31,87); }

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