#122558

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

Shades of Sapphire #122558

Tints of Sapphire #122558

Color information

#122558 (or 0x122558) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 58. RGB value is (18,37,88). Sum of RGB (Red+Green+Blue) = 18+37+88=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #122558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122558 is #EDDAA7. Grayscale: #242424. Windows color (decimal): -15588008 or 5776658. OLE color: 5776658.

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

Color convert

RGB183788-
CMYK0.800.5800.65
HSL223.71º66.04%20.78%-
HSV(B)223.71º79.55%34.51%-
XYZ2.672.169.51-
YUV37.13156.71114.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=12.59%
G=25.87%
B=61.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1837880.800.5800.65223.7166.0420.78
Hex122558503A041e04215
Octal224513012072010134010225
Binary10010100101101100010100001110100100000111100000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122558; }

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

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

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

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

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

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

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

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