#121F5F

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

Shades of Sapphire #121F5F

Tints of Sapphire #121F5F

Color information

#121F5F (or 0x121F5F) is unknown color: approx Sapphire. HEX triplet: 12, 1F and 5F. RGB value is (18,31,95). Sum of RGB (Red+Green+Blue) = 18+31+95=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #121F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F5F is #EDE0A0. Grayscale: #222222. Windows color (decimal): -15589537 or 6233874. OLE color: 6233874.

HSL color Cylindrical-coordinate representation of color #121F5F: hue angle of 229.87º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121F5F is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB183195-
CMYK0.810.6700.63
HSL229.87º68.14%22.16%-
HSV(B)229.87º81.05%37.25%-
XYZ2.81.9311.05-
YUV34.41162.19116.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 95 (37.5% from 255) = 65.97%
R=12.5%
G=21.53%
B=65.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1831950.810.6700.63229.8768.1422.16
Hex121F5F514303Fe64416
Octal223713712110307734610426
Binary1001011111101111110100011000011011111111100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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