#121E65

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

Shades of Sapphire #121E65

Tints of Sapphire #121E65

Color information

#121E65 (or 0x121E65) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 65. RGB value is (18,30,101). Sum of RGB (Red+Green+Blue) = 18+30+101=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #121E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E65 is #EDE19A. Grayscale: #222222. Windows color (decimal): -15589787 or 6626834. OLE color: 6626834.

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

Color convert

RGB1830101-
CMYK0.820.7000.60
HSL231.33º69.75%23.33%-
HSV(B)231.33º82.18%39.61%-
XYZ3.06212.54-
YUV34.51165.52116.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 101 (39.84% from 255) = 67.79%
R=12.08%
G=20.13%
B=67.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18301010.820.7000.60231.3369.7523.33
Hex121E65524603Ce74617
Octal223614512210607434710627
Binary1001011110110010110100101000110011110011100111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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