#121E5F

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

Shades of Sapphire #121E5F

Tints of Sapphire #121E5F

Color information

#121E5F (or 0x121E5F) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 5F. RGB value is (18,30,95). Sum of RGB (Red+Green+Blue) = 18+30+95=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #121E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E5F is #EDE1A0. Grayscale: #212121. Windows color (decimal): -15589793 or 6233618. OLE color: 6233618.

HSL color Cylindrical-coordinate representation of color #121E5F: hue angle of 230.65º 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 #121E5F is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB183095-
CMYK0.810.6800.63
HSL230.65º68.14%22.16%-
HSV(B)230.65º81.05%37.25%-
XYZ2.781.8811.04-
YUV33.82162.52116.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 95 (37.5% from 255) = 66.43%
R=12.59%
G=20.98%
B=66.43%

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
Decimal1830950.810.6800.63230.6568.1422.16
Hex121E5F514403Fe74416
Octal223613712110407734710426
Binary1001011110101111110100011000100011111111100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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