#121A57

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

Shades of Sapphire #121A57

Tints of Sapphire #121A57

Color information

#121A57 (or 0x121A57) is unknown color: approx Sapphire. HEX triplet: 12, 1A and 57. RGB value is (18,26,87). Sum of RGB (Red+Green+Blue) = 18+26+87=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #121A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A57 is #EDE5A8. Grayscale: #1E1E1E. Windows color (decimal): -15590825 or 5708306. OLE color: 5708306.

HSL color Cylindrical-coordinate representation of color #121A57: hue angle of 233.04º 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 #121A57 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB182687-
CMYK0.790.7000.66
HSL233.04º65.71%20.59%-
HSV(B)233.04º79.31%34.12%-
XYZ2.341.569.19-
YUV30.56159.85119.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 87 (34.38% from 255) = 66.41%
R=13.74%
G=19.85%
B=66.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1826870.790.7000.66233.0465.7120.59
Hex121A574F46042e94215
Octal2232127117106010235110225
Binary10010110101010111100111110001100100001011101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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