#122A78

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

Shades of Sapphire #122A78

Tints of Sapphire #122A78

Color information

#122A78 (or 0x122A78) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 78. RGB value is (18,42,120). Sum of RGB (Red+Green+Blue) = 18+42+120=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #122A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A78 is #EDD587. Grayscale: #2B2B2B. Windows color (decimal): -15586696 or 7875090. OLE color: 7875090.

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

Color convert

RGB1842120-
CMYK0.850.6500.53
HSL225.88º73.91%27.06%-
HSV(B)225.88º85%47.06%-
XYZ4.473.1418.14-
YUV43.72171.05109.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=10%
G=23.33%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18421200.850.6500.53225.8873.9127.06
Hex122A785541035e24a1b
Octal225217012510106534211233
Binary10010101010111100010101011000001011010111100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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