#121E63

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

Shades of Sapphire #121E63

Tints of Sapphire #121E63

Color information

#121E63 (or 0x121E63) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 63. RGB value is (18,30,99). Sum of RGB (Red+Green+Blue) = 18+30+99=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #121E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E63 is #EDE19C. Grayscale: #212121. Windows color (decimal): -15589789 or 6495762. OLE color: 6495762.

HSL color Cylindrical-coordinate representation of color #121E63: hue angle of 231.11º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121E63 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB183099-
CMYK0.820.7000.61
HSL231.11º69.23%22.94%-
HSV(B)231.11º81.82%38.82%-
XYZ2.971.9612.03-
YUV34.28164.52116.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=12.24%
G=20.41%
B=67.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1830990.820.7000.61231.1169.2322.94
Hex121E63524603De74517
Octal223614312210607534710527
Binary1001011110110001110100101000110011110111100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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