#121E56

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

Shades of Sapphire #121E56

Tints of Sapphire #121E56

Color information

#121E56 (or 0x121E56) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 56. RGB value is (18,30,86). Sum of RGB (Red+Green+Blue) = 18+30+86=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #121E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E56 is #EDE1A9. Grayscale: #202020. Windows color (decimal): -15589802 or 5643794. OLE color: 5643794.

HSL color Cylindrical-coordinate representation of color #121E56: hue angle of 229.41º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121E56 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB183086-
CMYK0.790.6500.66
HSL229.41º65.38%20.39%-
HSV(B)229.41º79.07%33.73%-
XYZ2.391.739.01-
YUV32.8158.02117.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 86 (33.98% from 255) = 64.18%
R=13.43%
G=22.39%
B=64.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1830860.790.6500.66229.4165.3820.39
Hex121E564F41042e54114
Octal2236126117101010234510124
Binary10010111101010110100111110000010100001011100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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