#122259

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

Shades of Sapphire #122259

Tints of Sapphire #122259

Color information

#122259 (or 0x122259) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 59. RGB value is (18,34,89). Sum of RGB (Red+Green+Blue) = 18+34+89=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #122259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122259 is #EDDDA6. Grayscale: #232323. Windows color (decimal): -15588775 or 5841426. OLE color: 5841426.

HSL color Cylindrical-coordinate representation of color #122259: hue angle of 226.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122259 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183489-
CMYK0.800.6200.65
HSL226.48º66.36%20.98%-
HSV(B)226.48º79.78%34.9%-
XYZ2.621.999.7-
YUV35.49158.2115.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=12.77%
G=24.11%
B=63.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1834890.800.6200.65226.4866.3620.98
Hex122259503E041e24215
Octal224213112076010134210225
Binary10010100010101100110100001111100100000111100010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122259; }

 p { color: rgb(18,34,89); }

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

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

 a { background-color: rgb(18,34,89); }

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

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

 span { border-color: rgb(18,34,89); }

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