#163269

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

Shades of Sapphire #163269

Tints of Sapphire #163269

Color information

#163269 (or 0x163269) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 69. RGB value is (22,50,105). Sum of RGB (Red+Green+Blue) = 22+50+105=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #163269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163269 is #E9CD96. Grayscale: #2F2F2F. Windows color (decimal): -15322519 or 6894102. OLE color: 6894102.

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

Color convert

RGB2250105-
CMYK0.790.5200.59
HSL219.76º65.35%24.9%-
HSV(B)219.76º79.05%41.18%-
XYZ4.023.4713.82-
YUV47.9160.22109.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=12.43%
G=28.25%
B=59.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22501050.790.5200.59219.7665.3524.9
Hex1632694F3403Bdc4119
Octal26621511176407333410131
Binary1011011001011010011001111110100011101111011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163269; }

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

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

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

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

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

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

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

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