#122158

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

Shades of Sapphire #122158

Tints of Sapphire #122158

Color information

#122158 (or 0x122158) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 58. RGB value is (18,33,88). Sum of RGB (Red+Green+Blue) = 18+33+88=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #122158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122158 is #EDDEA7. Grayscale: #222222. Windows color (decimal): -15589032 or 5775634. OLE color: 5775634.

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

Color convert

RGB183388-
CMYK0.800.6200.65
HSL227.14º66.04%20.78%-
HSV(B)227.14º79.55%34.51%-
XYZ2.551.929.47-
YUV34.78158.03116.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 88 (34.77% from 255) = 63.31%
R=12.95%
G=23.74%
B=63.31%

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
Decimal1833880.800.6200.65227.1466.0420.78
Hex122158503E041e34215
Octal224113012076010134310225
Binary10010100001101100010100001111100100000111100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122158; }

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

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

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

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

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

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

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

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