#121A56

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

Shades of Sapphire #121A56

Tints of Sapphire #121A56

Color information

#121A56 (or 0x121A56) is unknown color: approx Sapphire. HEX triplet: 12, 1A and 56. RGB value is (18,26,86). Sum of RGB (Red+Green+Blue) = 18+26+86=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #121A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A56 is #EDE5A9. Grayscale: #1E1E1E. Windows color (decimal): -15590826 or 5642770. OLE color: 5642770.

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

Color convert

RGB182686-
CMYK0.790.7000.66
HSL232.94º65.38%20.39%-
HSV(B)232.94º79.07%33.73%-
XYZ2.31.548.98-
YUV30.45159.35119.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=13.85%
G=20%
B=66.15%

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
Decimal1826860.790.7000.66232.9465.3820.39
Hex121A564F46042e94114
Octal2232126117106010235110124
Binary10010110101010110100111110001100100001011101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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