#121B58

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

Shades of Sapphire #121B58

Tints of Sapphire #121B58

Color information

#121B58 (or 0x121B58) is unknown color: approx Sapphire. HEX triplet: 12, 1B and 58. RGB value is (18,27,88). Sum of RGB (Red+Green+Blue) = 18+27+88=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #121B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B58 is #EDE4A7. Grayscale: #1F1F1F. Windows color (decimal): -15590568 or 5774098. OLE color: 5774098.

HSL color Cylindrical-coordinate representation of color #121B58: hue angle of 232.29º 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 #121B58 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182788-
CMYK0.800.6900.65
HSL232.29º66.04%20.78%-
HSV(B)232.29º79.55%34.51%-
XYZ2.41.629.42-
YUV31.26160.02118.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 27 (10.94% from 255) = 20.30%
BLUE value IS 88 (34.77% from 255) = 66.17%
R=13.53%
G=20.30%
B=66.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1827880.800.6900.65232.2966.0420.78
Hex121B585045041e84215
Octal2233130120105010135010225
Binary10010110111011000101000010001010100000111101000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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