#163467

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

Shades of Sapphire #163467

Tints of Sapphire #163467

Color information

#163467 (or 0x163467) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 67. RGB value is (22,52,103). Sum of RGB (Red+Green+Blue) = 22+52+103=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #163467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163467 is #E9CB98. Grayscale: #303030. Windows color (decimal): -15322009 or 6763542. OLE color: 6763542.

HSL color Cylindrical-coordinate representation of color #163467: hue angle of 217.78º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163467 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2252103-
CMYK0.790.5000.60
HSL217.78º64.8%24.51%-
HSV(B)217.78º78.64%40.39%-
XYZ4.013.6113.32-
YUV48.84158.56108.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=12.43%
G=29.38%
B=58.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22521030.790.5000.60217.7864.824.51
Hex1634674F3203Cda4119
Octal26641471176207433210131
Binary1011011010011001111001111110010011110011011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163467; }

 p { color: rgb(22,52,103); }

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

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

 a { background-color: rgb(22,52,103); }

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

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

 span { border-color: rgb(22,52,103); }

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