#122858

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

Shades of Sapphire #122858

Tints of Sapphire #122858

Color information

#122858 (or 0x122858) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 58. RGB value is (18,40,88). Sum of RGB (Red+Green+Blue) = 18+40+88=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #122858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122858 is #EDD7A7. Grayscale: #262626. Windows color (decimal): -15587240 or 5777426. OLE color: 5777426.

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

Color convert

RGB184088-
CMYK0.800.5500.65
HSL221.14º66.04%20.78%-
HSV(B)221.14º79.55%34.51%-
XYZ2.772.359.54-
YUV38.89155.71113.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=12.33%
G=27.40%
B=60.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1840880.800.5500.65221.1466.0420.78
Hex1228585037041dd4215
Octal225013012067010133510225
Binary10010101000101100010100001101110100000111011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122858; }

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

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

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

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

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

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

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

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