#121B53

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

Shades of Sapphire #121B53

Tints of Sapphire #121B53

Color information

#121B53 (or 0x121B53) is unknown color: approx Sapphire. HEX triplet: 12, 1B and 53. RGB value is (18,27,83). Sum of RGB (Red+Green+Blue) = 18+27+83=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #121B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B53 is #EDE4AC. Grayscale: #1E1E1E. Windows color (decimal): -15590573 or 5446418. OLE color: 5446418.

HSL color Cylindrical-coordinate representation of color #121B53: hue angle of 231.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121B53 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB182783-
CMYK0.780.6700.67
HSL231.69º64.36%19.8%-
HSV(B)231.69º78.31%32.55%-
XYZ2.21.548.36-
YUV30.69157.52118.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=14.06%
G=21.09%
B=64.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1827830.780.6700.67231.6964.3619.8
Hex121B534E43043e84014
Octal2233123116103010335010024
Binary10010110111010011100111010000110100001111101000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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