#122975

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

Shades of Sapphire #122975

Tints of Sapphire #122975

Color information

#122975 (or 0x122975) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 75. RGB value is (18,41,117). Sum of RGB (Red+Green+Blue) = 18+41+117=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #122975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122975 is #EDD68A. Grayscale: #2A2A2A. Windows color (decimal): -15586955 or 7678226. OLE color: 7678226.

HSL color Cylindrical-coordinate representation of color #122975: hue angle of 226.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122975 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1841117-
CMYK0.850.6500.54
HSL226.06º73.33%26.47%-
HSV(B)226.06º84.62%45.88%-
XYZ4.25317.18-
YUV42.79169.88110.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=10.23%
G=23.30%
B=66.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18411170.850.6500.54226.0673.3326.47
Hex1229755541036e2491a
Octal225116512510106634211132
Binary10010101001111010110101011000001011011011100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122975; }

 p { color: rgb(18,41,117); }

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

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

 a { background-color: rgb(18,41,117); }

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

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

 span { border-color: rgb(18,41,117); }

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