#121E5E

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

Shades of Sapphire #121E5E

Tints of Sapphire #121E5E

Color information

#121E5E (or 0x121E5E) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 5E. RGB value is (18,30,94). Sum of RGB (Red+Green+Blue) = 18+30+94=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #121E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E5E is #EDE1A1. Grayscale: #212121. Windows color (decimal): -15589794 or 6168082. OLE color: 6168082.

HSL color Cylindrical-coordinate representation of color #121E5E: hue angle of 230.53º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121E5E is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB183094-
CMYK0.810.6800.63
HSL230.53º67.86%21.96%-
HSV(B)230.53º80.85%36.86%-
XYZ2.731.8710.81-
YUV33.71162.02116.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 94 (37.11% from 255) = 66.20%
R=12.68%
G=21.13%
B=66.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1830940.810.6800.63230.5367.8621.96
Hex121E5E514403Fe74416
Octal223613612110407734710426
Binary1001011110101111010100011000100011111111100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,94); }

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

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

 a { background-color: rgb(18,30,94); }

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

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

 span { border-color: rgb(18,30,94); }

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