#163073

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

Shades of Sapphire #163073

Tints of Sapphire #163073

Color information

#163073 (or 0x163073) is unknown color: approx Sapphire. HEX triplet: 16, 30 and 73. RGB value is (22,48,115). Sum of RGB (Red+Green+Blue) = 22+48+115=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #163073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163073 is #E9CF8C. Grayscale: #2F2F2F. Windows color (decimal): -15323021 or 7548950. OLE color: 7548950.

HSL color Cylindrical-coordinate representation of color #163073: hue angle of 223.23º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163073 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2248115-
CMYK0.810.5800.55
HSL223.23º67.88%26.86%-
HSV(B)223.23º80.87%45.1%-
XYZ4.483.5216.66-
YUV47.86165.89109.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=11.89%
G=25.95%
B=62.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22481150.810.5800.55223.2367.8826.86
Hex163073513A037df441b
Octal26601631217206733710433
Binary1011011000011100111010001111010011011111011111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163073; }

 p { color: rgb(22,48,115); }

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

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

 a { background-color: rgb(22,48,115); }

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

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

 span { border-color: rgb(22,48,115); }

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