#163375

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

Shades of Sapphire #163375

Tints of Sapphire #163375

Color information

#163375 (or 0x163375) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 75. RGB value is (22,51,117). Sum of RGB (Red+Green+Blue) = 22+51+117=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #163375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163375 is #E9CC8A. Grayscale: #313131. Windows color (decimal): -15322251 or 7680790. OLE color: 7680790.

HSL color Cylindrical-coordinate representation of color #163375: hue angle of 221.68º 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 #163375 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2251117-
CMYK0.810.5600.54
HSL221.68º68.35%27.25%-
HSV(B)221.68º81.2%45.88%-
XYZ4.733.8217.32-
YUV49.85165.89108.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=11.58%
G=26.84%
B=61.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22511170.810.5600.54221.6868.3527.25
Hex1633755138036de441b
Octal26631651217006633610433
Binary1011011001111101011010001111000011011011011110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163375; }

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

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

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

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

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

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

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

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