#163275

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

Shades of Sapphire #163275

Tints of Sapphire #163275

Color information

#163275 (or 0x163275) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 75. RGB value is (22,50,117). Sum of RGB (Red+Green+Blue) = 22+50+117=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #163275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163275 is #E9CD8A. Grayscale: #303030. Windows color (decimal): -15322507 or 7680534. OLE color: 7680534.

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

Color convert

RGB2250117-
CMYK0.810.5700.54
HSL222.32º68.35%27.25%-
HSV(B)222.32º81.2%45.88%-
XYZ4.683.7417.3-
YUV49.27166.22108.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=11.64%
G=26.46%
B=61.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22501170.810.5700.54222.3268.3527.25
Hex1632755139036de441b
Octal26621651217106633610433
Binary1011011001011101011010001111001011011011011110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163275; }

 p { color: rgb(22,50,117); }

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

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

 a { background-color: rgb(22,50,117); }

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

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

 span { border-color: rgb(22,50,117); }

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