#122E78

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

Shades of Sapphire #122E78

Tints of Sapphire #122E78

Color information

#122E78 (or 0x122E78) is unknown color: approx Sapphire. HEX triplet: 12, 2E and 78. RGB value is (18,46,120). Sum of RGB (Red+Green+Blue) = 18+46+120=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #122E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E78 is #EDD187. Grayscale: #2D2D2D. Windows color (decimal): -15585672 or 7876114. OLE color: 7876114.

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

Color convert

RGB1846120-
CMYK0.850.6200.53
HSL223.53º73.91%27.06%-
HSV(B)223.53º85%47.06%-
XYZ4.623.4418.19-
YUV46.06169.72107.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=9.78%
G=25%
B=65.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18461200.850.6200.53223.5373.9127.06
Hex122E78553E035e04a1b
Octal22561701257606534011233
Binary1001010111011110001010101111110011010111100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E78; }

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

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

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

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

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

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

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

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