#122878

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

Shades of Sapphire #122878

Tints of Sapphire #122878

Color information

#122878 (or 0x122878) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 78. RGB value is (18,40,120). Sum of RGB (Red+Green+Blue) = 18+40+120=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #122878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122878 is #EDD787. Grayscale: #2A2A2A. Windows color (decimal): -15587208 or 7874578. OLE color: 7874578.

HSL color Cylindrical-coordinate representation of color #122878: hue angle of 227.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122878 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1840120-
CMYK0.850.6700.53
HSL227.06º73.91%27.06%-
HSV(B)227.06º85%47.06%-
XYZ4.4318.12-
YUV42.54171.71110.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=10.11%
G=22.47%
B=67.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18401200.850.6700.53227.0673.9127.06
Hex1228785543035e34a1b
Octal225017012510306534311233
Binary10010101000111100010101011000011011010111100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122878; }

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

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

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

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

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

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

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

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