#122571

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

Shades of Sapphire #122571

Tints of Sapphire #122571

Color information

#122571 (or 0x122571) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 71. RGB value is (18,37,113). Sum of RGB (Red+Green+Blue) = 18+37+113=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #122571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122571 is #EDDA8E. Grayscale: #272727. Windows color (decimal): -15587983 or 7415058. OLE color: 7415058.

HSL color Cylindrical-coordinate representation of color #122571: hue angle of 228º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122571 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1837113-
CMYK0.840.6700.56
HSL228º72.52%25.69%-
HSV(B)228º84.07%44.31%-
XYZ3.892.6415.93-
YUV39.98169.21112.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=10.71%
G=22.02%
B=67.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18371130.840.6700.5622872.5225.69
Hex1225715443038e4491a
Octal224516112410307034411132
Binary10010100101111000110101001000011011100011100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122571; }

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

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

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

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

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

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

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

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