#121E62

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

Shades of Sapphire #121E62

Tints of Sapphire #121E62

Color information

#121E62 (or 0x121E62) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 62. RGB value is (18,30,98). Sum of RGB (Red+Green+Blue) = 18+30+98=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #121E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E62 is #EDE19D. Grayscale: #212121. Windows color (decimal): -15589790 or 6430226. OLE color: 6430226.

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

Color convert

RGB183098-
CMYK0.820.6900.62
HSL231º68.97%22.75%-
HSV(B)231º81.63%38.43%-
XYZ2.921.9411.78-
YUV34.16164.02116.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 98 (38.67% from 255) = 67.12%
R=12.33%
G=20.55%
B=67.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1830980.820.6900.6223168.9722.75
Hex121E62524503Ee74517
Octal223614212210507634710527
Binary1001011110110001010100101000101011111011100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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