#122A76

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

Shades of Sapphire #122A76

Tints of Sapphire #122A76

Color information

#122A76 (or 0x122A76) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 76. RGB value is (18,42,118). Sum of RGB (Red+Green+Blue) = 18+42+118=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #122A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A76 is #EDD589. Grayscale: #2B2B2B. Windows color (decimal): -15586698 or 7744018. OLE color: 7744018.

HSL color Cylindrical-coordinate representation of color #122A76: hue angle of 225.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122A76 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1842118-
CMYK0.850.6400.54
HSL225.6º73.53%26.67%-
HSV(B)225.6º84.75%46.27%-
XYZ4.353.0917.51-
YUV43.49170.05109.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=10.11%
G=23.60%
B=66.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18421180.850.6400.54225.673.5326.67
Hex122A765540036e24a1b
Octal225216612510006634211233
Binary10010101010111011010101011000000011011011100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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