#122673

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

Shades of Sapphire #122673

Tints of Sapphire #122673

Color information

#122673 (or 0x122673) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 73. RGB value is (18,38,115). Sum of RGB (Red+Green+Blue) = 18+38+115=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #122673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122673 is #EDD98C. Grayscale: #282828. Windows color (decimal): -15587725 or 7546386. OLE color: 7546386.

HSL color Cylindrical-coordinate representation of color #122673: hue angle of 227.63º 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 #122673 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1838115-
CMYK0.840.6700.55
HSL227.63º72.93%26.08%-
HSV(B)227.63º84.35%45.1%-
XYZ4.042.7516.54-
YUV40.8169.87111.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=10.53%
G=22.22%
B=67.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18381150.840.6700.55227.6372.9326.08
Hex1226735443037e4491a
Octal224616312410306734411132
Binary10010100110111001110101001000011011011111100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122673; }

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

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

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

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

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

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

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

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