#121F61

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

Shades of Sapphire #121F61

Tints of Sapphire #121F61

Color information

#121F61 (or 0x121F61) is unknown color: approx Sapphire. HEX triplet: 12, 1F and 61. RGB value is (18,31,97). Sum of RGB (Red+Green+Blue) = 18+31+97=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #121F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F61 is #EDE09E. Grayscale: #222222. Windows color (decimal): -15589535 or 6364946. OLE color: 6364946.

HSL color Cylindrical-coordinate representation of color #121F61: hue angle of 230.13º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121F61 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB183197-
CMYK0.810.6800.62
HSL230.13º68.7%22.55%-
HSV(B)230.13º81.44%38.04%-
XYZ2.91.9711.54-
YUV34.64163.19116.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=12.33%
G=21.23%
B=66.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1831970.810.6800.62230.1368.722.55
Hex121F61514403Ee64517
Octal223714112110407634610527
Binary1001011111110000110100011000100011111011100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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