#122778

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

Shades of Sapphire #122778

Tints of Sapphire #122778

Color information

#122778 (or 0x122778) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 78. RGB value is (18,39,120). Sum of RGB (Red+Green+Blue) = 18+39+120=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #122778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122778 is #EDD887. Grayscale: #292929. Windows color (decimal): -15587464 or 7874322. OLE color: 7874322.

HSL color Cylindrical-coordinate representation of color #122778: hue angle of 227.65º 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 #122778 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1839120-
CMYK0.850.6700.53
HSL227.65º73.91%27.06%-
HSV(B)227.65º85%47.06%-
XYZ4.372.9418.11-
YUV41.96172.04110.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 120 (47.27% from 255) = 67.80%
R=10.17%
G=22.03%
B=67.80%

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
Decimal18391200.850.6700.53227.6573.9127.06
Hex1227785543035e44a1b
Octal224717012510306534411233
Binary10010100111111100010101011000011011010111100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122778; }

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

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

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

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

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

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

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

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