#122475

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

Shades of Sapphire #122475

Tints of Sapphire #122475

Color information

#122475 (or 0x122475) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 75. RGB value is (18,36,117). Sum of RGB (Red+Green+Blue) = 18+36+117=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #122475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122475 is #EDDB8A. Grayscale: #272727. Windows color (decimal): -15588235 or 7676946. OLE color: 7676946.

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

Color convert

RGB1836117-
CMYK0.850.6900.54
HSL229.09º73.33%26.47%-
HSV(B)229.09º84.62%45.88%-
XYZ4.092.6717.13-
YUV39.85171.54112.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=10.53%
G=21.05%
B=68.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18361170.850.6900.54229.0973.3326.47
Hex1224755545036e5491a
Octal224416512510506634511132
Binary10010100100111010110101011000101011011011100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122475; }

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

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

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

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

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

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

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

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