#122258

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

Shades of Sapphire #122258

Tints of Sapphire #122258

Color information

#122258 (or 0x122258) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 58. RGB value is (18,34,88). Sum of RGB (Red+Green+Blue) = 18+34+88=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #122258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122258 is #EDDDA7. Grayscale: #232323. Windows color (decimal): -15588776 or 5775890. OLE color: 5775890.

HSL color Cylindrical-coordinate representation of color #122258: hue angle of 226.29º 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 #122258 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183488-
CMYK0.800.6100.65
HSL226.29º66.04%20.78%-
HSV(B)226.29º79.55%34.51%-
XYZ2.581.989.48-
YUV35.37157.7115.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=12.86%
G=24.29%
B=62.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1834880.800.6100.65226.2966.0420.78
Hex122258503D041e24215
Octal224213012075010134210225
Binary10010100010101100010100001111010100000111100010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122258; }

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

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

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

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

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

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

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

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