#163274

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

Shades of Sapphire #163274

Tints of Sapphire #163274

Color information

#163274 (or 0x163274) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 74. RGB value is (22,50,116). Sum of RGB (Red+Green+Blue) = 22+50+116=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #163274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163274 is #E9CD8B. Grayscale: #303030. Windows color (decimal): -15322508 or 7614998. OLE color: 7614998.

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

Color convert

RGB2250116-
CMYK0.810.5700.55
HSL222.13º68.12%27.06%-
HSV(B)222.13º81.03%45.49%-
XYZ4.623.7117-
YUV49.15165.72108.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=11.70%
G=26.60%
B=61.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22501160.810.5700.55222.1368.1227.06
Hex1632745139037de441b
Octal26621641217106733610433
Binary1011011001011101001010001111001011011111011110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163274; }

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

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

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

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

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

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

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

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