#122873

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

Shades of Sapphire #122873

Tints of Sapphire #122873

Color information

#122873 (or 0x122873) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 73. RGB value is (18,40,115). Sum of RGB (Red+Green+Blue) = 18+40+115=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #122873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122873 is #EDD78C. Grayscale: #292929. Windows color (decimal): -15587213 or 7546898. OLE color: 7546898.

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

Color convert

RGB1840115-
CMYK0.840.6500.55
HSL226.39º72.93%26.08%-
HSV(B)226.39º84.35%45.1%-
XYZ4.12.8816.56-
YUV41.97169.21110.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 115 (45.31% from 255) = 66.47%
R=10.40%
G=23.12%
B=66.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18401150.840.6500.55226.3972.9326.08
Hex1228735441037e2491a
Octal225016312410106734211132
Binary10010101000111001110101001000001011011111100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122873; }

 p { color: rgb(18,40,115); }

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

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

 a { background-color: rgb(18,40,115); }

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

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

 span { border-color: rgb(18,40,115); }

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