#121A58

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

Shades of Sapphire #121A58

Tints of Sapphire #121A58

Color information

#121A58 (or 0x121A58) is unknown color: approx Sapphire. HEX triplet: 12, 1A and 58. RGB value is (18,26,88). Sum of RGB (Red+Green+Blue) = 18+26+88=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #121A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A58 is #EDE5A7. Grayscale: #1E1E1E. Windows color (decimal): -15590824 or 5773842. OLE color: 5773842.

HSL color Cylindrical-coordinate representation of color #121A58: hue angle of 233.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121A58 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182688-
CMYK0.800.7000.65
HSL233.14º66.04%20.78%-
HSV(B)233.14º79.55%34.51%-
XYZ2.381.579.41-
YUV30.68160.35118.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 88 (34.77% from 255) = 66.67%
R=13.64%
G=19.70%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1826880.800.7000.65233.1466.0420.78
Hex121A585046041e94215
Octal2232130120106010135110225
Binary10010110101011000101000010001100100000111101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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