#122575

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

Shades of Sapphire #122575

Tints of Sapphire #122575

Color information

#122575 (or 0x122575) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 75. RGB value is (18,37,117). Sum of RGB (Red+Green+Blue) = 18+37+117=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #122575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122575 is #EDDA8A. Grayscale: #282828. Windows color (decimal): -15587979 or 7677202. OLE color: 7677202.

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

Color convert

RGB1837117-
CMYK0.850.6800.54
HSL228.48º73.33%26.47%-
HSV(B)228.48º84.62%45.88%-
XYZ4.122.7417.14-
YUV40.44171.21112-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=10.47%
G=21.51%
B=68.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18371170.850.6800.54228.4873.3326.47
Hex1225755544036e4491a
Octal224516512510406634411132
Binary10010100101111010110101011000100011011011100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122575; }

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

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

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

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

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

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

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

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