#122658

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

Shades of Sapphire #122658

Tints of Sapphire #122658

Color information

#122658 (or 0x122658) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 58. RGB value is (18,38,88). Sum of RGB (Red+Green+Blue) = 18+38+88=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #122658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122658 is #EDD9A7. Grayscale: #252525. Windows color (decimal): -15587752 or 5776914. OLE color: 5776914.

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

Color convert

RGB183888-
CMYK0.800.5700.65
HSL222.86º66.04%20.78%-
HSV(B)222.86º79.55%34.51%-
XYZ2.72.229.52-
YUV37.72156.37113.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=12.5%
G=26.39%
B=61.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1838880.800.5700.65222.8666.0420.78
Hex1226585039041df4215
Octal224613012071010133710225
Binary10010100110101100010100001110010100000111011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122658; }

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

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

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

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

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

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

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

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